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