pub enum ChildJoin {
All,
Any,
Quorum {
count: ChildQuorum,
},
}Variants§
Implementations§
Trait Implementations§
impl Copy for ChildJoin
Source§impl<'de> Deserialize<'de> for ChildJoin
impl<'de> Deserialize<'de> for ChildJoin
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
impl Eq for ChildJoin
impl StructuralPartialEq for ChildJoin
Auto Trait Implementations§
impl Freeze for ChildJoin
impl RefUnwindSafe for ChildJoin
impl Send for ChildJoin
impl Sync for ChildJoin
impl Unpin for ChildJoin
impl UnsafeUnpin for ChildJoin
impl UnwindSafe for ChildJoin
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