pub enum YamlShadowTokenKind {
Indent,
Dedent,
Key,
Colon,
Whitespace,
Tag,
Scalar,
Comment,
Newline,
}Variants§
Trait Implementations§
Source§impl Clone for YamlShadowTokenKind
impl Clone for YamlShadowTokenKind
Source§fn clone(&self) -> YamlShadowTokenKind
fn clone(&self) -> YamlShadowTokenKind
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 YamlShadowTokenKind
impl Debug for YamlShadowTokenKind
Source§impl PartialEq for YamlShadowTokenKind
impl PartialEq for YamlShadowTokenKind
impl Copy for YamlShadowTokenKind
impl Eq for YamlShadowTokenKind
impl StructuralPartialEq for YamlShadowTokenKind
Auto Trait Implementations§
impl Freeze for YamlShadowTokenKind
impl RefUnwindSafe for YamlShadowTokenKind
impl Send for YamlShadowTokenKind
impl Sync for YamlShadowTokenKind
impl Unpin for YamlShadowTokenKind
impl UnsafeUnpin for YamlShadowTokenKind
impl UnwindSafe for YamlShadowTokenKind
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