pub enum EventKind {
Show 17 variants
StdTableOpen,
StdTableClose,
ArrayTableOpen,
ArrayTableClose,
InlineTableOpen,
InlineTableClose,
ArrayOpen,
ArrayClose,
SimpleKey,
KeySep,
KeyValSep,
Scalar,
ValueSep,
Whitespace,
Comment,
Newline,
Error,
}
Variants§
StdTableOpen
StdTableClose
ArrayTableOpen
ArrayTableClose
InlineTableOpen
InlineTableClose
ArrayOpen
ArrayClose
SimpleKey
KeySep
KeyValSep
Scalar
ValueSep
Whitespace
Comment
Newline
Error
Implementations§
Trait Implementations§
Source§impl Ord for EventKind
impl Ord for EventKind
Source§impl PartialOrd for EventKind
impl PartialOrd for EventKind
impl Copy for EventKind
impl Eq for EventKind
impl StructuralPartialEq for EventKind
Auto Trait Implementations§
impl Freeze for EventKind
impl RefUnwindSafe for EventKind
impl Send for EventKind
impl Sync for EventKind
impl Unpin for EventKind
impl UnwindSafe for EventKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
StdTableOpen
: 0 bytesStdTableClose
: 0 bytesArrayTableOpen
: 0 bytesArrayTableClose
: 0 bytesInlineTableOpen
: 0 bytesInlineTableClose
: 0 bytesArrayOpen
: 0 bytesArrayClose
: 0 bytesSimpleKey
: 0 bytesKeySep
: 0 bytesKeyValSep
: 0 bytesScalar
: 0 bytesValueSep
: 0 bytesWhitespace
: 0 bytesComment
: 0 bytesNewline
: 0 bytesError
: 0 bytes