pub enum MetadataBlockKind {
    YamlStyle,
    PlusesStyle,
}Expand description
Metadata block kind.
Variants§
Trait Implementations§
Source§impl Clone for MetadataBlockKind
 
impl Clone for MetadataBlockKind
Source§fn clone(&self) -> MetadataBlockKind
 
fn clone(&self) -> MetadataBlockKind
Returns a duplicate of the value. Read more
1.0.0 · 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 MetadataBlockKind
 
impl Debug for MetadataBlockKind
Source§impl Hash for MetadataBlockKind
 
impl Hash for MetadataBlockKind
Source§impl Ord for MetadataBlockKind
 
impl Ord for MetadataBlockKind
Source§fn cmp(&self, other: &MetadataBlockKind) -> Ordering
 
fn cmp(&self, other: &MetadataBlockKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MetadataBlockKind
 
impl PartialEq for MetadataBlockKind
Source§impl PartialOrd for MetadataBlockKind
 
impl PartialOrd for MetadataBlockKind
impl Copy for MetadataBlockKind
impl Eq for MetadataBlockKind
impl StructuralPartialEq for MetadataBlockKind
Auto Trait Implementations§
impl Freeze for MetadataBlockKind
impl RefUnwindSafe for MetadataBlockKind
impl Send for MetadataBlockKind
impl Sync for MetadataBlockKind
impl Unpin for MetadataBlockKind
impl UnwindSafe for MetadataBlockKind
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