pub enum AuthorityProofSource {
RootCoordination,
ManagementStatus,
SnapshotReadCheck,
Declaration,
Unknown,
}Expand description
AuthorityProofSource
Variants§
Trait Implementations§
Source§impl Clone for AuthorityProofSource
impl Clone for AuthorityProofSource
Source§fn clone(&self) -> AuthorityProofSource
fn clone(&self) -> AuthorityProofSource
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 moreSource§impl Debug for AuthorityProofSource
impl Debug for AuthorityProofSource
Source§impl<'de> Deserialize<'de> for AuthorityProofSource
impl<'de> Deserialize<'de> for AuthorityProofSource
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 AuthorityProofSource
impl PartialEq for AuthorityProofSource
Source§fn eq(&self, other: &AuthorityProofSource) -> bool
fn eq(&self, other: &AuthorityProofSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthorityProofSource
impl Serialize for AuthorityProofSource
impl Eq for AuthorityProofSource
impl StructuralPartialEq for AuthorityProofSource
Auto Trait Implementations§
impl Freeze for AuthorityProofSource
impl RefUnwindSafe for AuthorityProofSource
impl Send for AuthorityProofSource
impl Sync for AuthorityProofSource
impl Unpin for AuthorityProofSource
impl UnsafeUnpin for AuthorityProofSource
impl UnwindSafe for AuthorityProofSource
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