pub struct InfectingWrite { /* private fields */ }
Trait Implementations§
Source§impl Clone for InfectingWrite
impl Clone for InfectingWrite
Source§fn clone(&self) -> InfectingWrite
fn clone(&self) -> InfectingWrite
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InfectingWrite
impl Debug for InfectingWrite
Source§impl<'de> Deserialize<'de> for InfectingWrite
impl<'de> Deserialize<'de> for InfectingWrite
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 IsBot for InfectingWrite
impl IsBot for InfectingWrite
Source§impl IsTop for InfectingWrite
impl IsTop for InfectingWrite
Source§impl LatticeFrom<InfectingWrite> for InfectingWritewhere
Namespaces<Clock>: LatticeFrom<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: LatticeFrom<BoundedSetLattice<MemberId, 2>>,
impl LatticeFrom<InfectingWrite> for InfectingWritewhere
Namespaces<Clock>: LatticeFrom<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: LatticeFrom<BoundedSetLattice<MemberId, 2>>,
Source§fn lattice_from(other: InfectingWrite) -> Self
fn lattice_from(other: InfectingWrite) -> Self
Convert from the
Other
lattice into Self
.Source§impl Merge<InfectingWrite> for InfectingWritewhere
Namespaces<Clock>: Merge<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: Merge<BoundedSetLattice<MemberId, 2>>,
impl Merge<InfectingWrite> for InfectingWritewhere
Namespaces<Clock>: Merge<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: Merge<BoundedSetLattice<MemberId, 2>>,
Source§fn merge(&mut self, other: InfectingWrite) -> bool
fn merge(&mut self, other: InfectingWrite) -> bool
§fn merge_owned(this: Self, delta: Other) -> Selfwhere
Self: Sized,
fn merge_owned(this: Self, delta: Other) -> Selfwhere
Self: Sized,
Merge
this
and delta
together, returning the new value.Source§impl PartialEq for InfectingWritewhere
Namespaces<Clock>: PartialEq<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: PartialEq<BoundedSetLattice<MemberId, 2>>,
impl PartialEq for InfectingWritewhere
Namespaces<Clock>: PartialEq<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: PartialEq<BoundedSetLattice<MemberId, 2>>,
Source§impl PartialOrd for InfectingWritewhere
Namespaces<Clock>: PartialOrd<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: PartialOrd<BoundedSetLattice<MemberId, 2>>,
impl PartialOrd for InfectingWritewhere
Namespaces<Clock>: PartialOrd<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: PartialOrd<BoundedSetLattice<MemberId, 2>>,
Source§impl Serialize for InfectingWrite
impl Serialize for InfectingWrite
impl LatticeOrd for InfectingWritewhere
Namespaces<Clock>: PartialOrd<Namespaces<Clock>>,
BoundedSetLattice<MemberId, 2>: PartialOrd<BoundedSetLattice<MemberId, 2>>,
Auto Trait Implementations§
impl Freeze for InfectingWrite
impl RefUnwindSafe for InfectingWrite
impl Send for InfectingWrite
impl Sync for InfectingWrite
impl Unpin for InfectingWrite
impl UnwindSafe for InfectingWrite
Blanket Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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 more