pub struct ChildQuorum(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChildQuorum
impl Clone for ChildQuorum
Source§fn clone(&self) -> ChildQuorum
fn clone(&self) -> ChildQuorum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChildQuorum
Source§impl Debug for ChildQuorum
impl Debug for ChildQuorum
Source§impl<'de> Deserialize<'de> for ChildQuorum
impl<'de> Deserialize<'de> for ChildQuorum
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 ChildQuorum
Source§impl From<ChildQuorum> for u16
impl From<ChildQuorum> for u16
Source§fn from(value: ChildQuorum) -> Self
fn from(value: ChildQuorum) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChildQuorum
impl PartialEq for ChildQuorum
Source§impl Serialize for ChildQuorum
impl Serialize for ChildQuorum
impl StructuralPartialEq for ChildQuorum
Auto Trait Implementations§
impl Freeze for ChildQuorum
impl RefUnwindSafe for ChildQuorum
impl Send for ChildQuorum
impl Sync for ChildQuorum
impl Unpin for ChildQuorum
impl UnsafeUnpin for ChildQuorum
impl UnwindSafe for ChildQuorum
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