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