pub enum YamlRegionKind {
Frontmatter,
Hashpipe,
}Variants§
Trait Implementations§
Source§impl Clone for YamlRegionKind
impl Clone for YamlRegionKind
Source§fn clone(&self) -> YamlRegionKind
fn clone(&self) -> YamlRegionKind
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 YamlRegionKind
impl Debug for YamlRegionKind
Source§impl PartialEq for YamlRegionKind
impl PartialEq for YamlRegionKind
impl Eq for YamlRegionKind
impl StructuralPartialEq for YamlRegionKind
Auto Trait Implementations§
impl Freeze for YamlRegionKind
impl RefUnwindSafe for YamlRegionKind
impl Send for YamlRegionKind
impl Sync for YamlRegionKind
impl Unpin for YamlRegionKind
impl UnsafeUnpin for YamlRegionKind
impl UnwindSafe for YamlRegionKind
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