Struct kanidmd_lib::repl::proto::ReplIncrementalEntryV1
source · pub struct ReplIncrementalEntryV1 { /* private fields */ }
Implementations§
source§impl ReplIncrementalEntryV1
impl ReplIncrementalEntryV1
pub fn new( entry: &EntrySealedCommitted, schema: &SchemaReadTransaction, ctx_range: &BTreeMap<Uuid, ReplCidRange>, ) -> ReplIncrementalEntryV1
pub fn rehydrate( self, ) -> Result<(Uuid, EntryChangeState, Eattrs), OperationError>
Trait Implementations§
source§impl Debug for ReplIncrementalEntryV1
impl Debug for ReplIncrementalEntryV1
source§impl<'de> Deserialize<'de> for ReplIncrementalEntryV1
impl<'de> Deserialize<'de> for ReplIncrementalEntryV1
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ReplIncrementalEntryV1
impl PartialEq for ReplIncrementalEntryV1
source§impl Serialize for ReplIncrementalEntryV1
impl Serialize for ReplIncrementalEntryV1
impl Eq for ReplIncrementalEntryV1
impl StructuralPartialEq for ReplIncrementalEntryV1
Auto Trait Implementations§
impl Freeze for ReplIncrementalEntryV1
impl RefUnwindSafe for ReplIncrementalEntryV1
impl Send for ReplIncrementalEntryV1
impl Sync for ReplIncrementalEntryV1
impl Unpin for ReplIncrementalEntryV1
impl UnwindSafe for ReplIncrementalEntryV1
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request