pub enum MetadataBlockKind {
    YamlStyle,
    PlusesStyle,
}Variants§
Trait Implementations§
source§impl Clone for MetadataBlockKind
 
impl Clone for MetadataBlockKind
source§fn clone(&self) -> MetadataBlockKind
 
fn clone(&self) -> MetadataBlockKind
Returns a copy 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§fn eq(&self, other: &MetadataBlockKind) -> bool
 
fn eq(&self, other: &MetadataBlockKind) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for MetadataBlockKind
 
impl PartialOrd for MetadataBlockKind
source§fn partial_cmp(&self, other: &MetadataBlockKind) -> Option<Ordering>
 
fn partial_cmp(&self, other: &MetadataBlockKind) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl 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