pub enum KnowledgeDocAuthority {
Canonical,
Supporting,
Pattern,
Reference,
Advisory,
Example,
Draft,
Deprecated,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for KnowledgeDocAuthority
impl Clone for KnowledgeDocAuthority
Source§fn clone(&self) -> KnowledgeDocAuthority
fn clone(&self) -> KnowledgeDocAuthority
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 KnowledgeDocAuthority
impl Debug for KnowledgeDocAuthority
Source§impl<'de> Deserialize<'de> for KnowledgeDocAuthority
impl<'de> Deserialize<'de> for KnowledgeDocAuthority
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 KnowledgeDocAuthority
impl PartialEq for KnowledgeDocAuthority
Source§fn eq(&self, other: &KnowledgeDocAuthority) -> bool
fn eq(&self, other: &KnowledgeDocAuthority) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KnowledgeDocAuthority
impl Serialize for KnowledgeDocAuthority
impl Copy for KnowledgeDocAuthority
impl Eq for KnowledgeDocAuthority
impl StructuralPartialEq for KnowledgeDocAuthority
Auto Trait Implementations§
impl Freeze for KnowledgeDocAuthority
impl RefUnwindSafe for KnowledgeDocAuthority
impl Send for KnowledgeDocAuthority
impl Sync for KnowledgeDocAuthority
impl Unpin for KnowledgeDocAuthority
impl UnsafeUnpin for KnowledgeDocAuthority
impl UnwindSafe for KnowledgeDocAuthority
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