pub struct YamlToken {
pub kind: YamlTokenKind,
pub span: Span,
}Expand description
YAML token with span
Fields§
§kind: YamlTokenKind§span: SpanImplementations§
Trait Implementations§
impl StructuralPartialEq for YamlToken
Auto Trait Implementations§
impl Freeze for YamlToken
impl RefUnwindSafe for YamlToken
impl Send for YamlToken
impl Sync for YamlToken
impl Unpin for YamlToken
impl UnwindSafe for YamlToken
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