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