pub enum YamlDocumentKind {
BlockMap,
BlockSeq,
BlockScalar,
Flow,
Empty,
}Variants§
Trait Implementations§
Source§impl Clone for YamlDocumentKind
impl Clone for YamlDocumentKind
Source§fn clone(&self) -> YamlDocumentKind
fn clone(&self) -> YamlDocumentKind
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 YamlDocumentKind
impl Debug for YamlDocumentKind
Source§impl PartialEq for YamlDocumentKind
impl PartialEq for YamlDocumentKind
impl Copy for YamlDocumentKind
impl Eq for YamlDocumentKind
impl StructuralPartialEq for YamlDocumentKind
Auto Trait Implementations§
impl Freeze for YamlDocumentKind
impl RefUnwindSafe for YamlDocumentKind
impl Send for YamlDocumentKind
impl Sync for YamlDocumentKind
impl Unpin for YamlDocumentKind
impl UnsafeUnpin for YamlDocumentKind
impl UnwindSafe for YamlDocumentKind
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