pub enum Subsystem {
Unspecified,
Lexer,
Parser,
}Expand description
Subsystem that produced a message. Port of Subsystem.
Variants§
Unspecified
No specific system provided.
Lexer
e.g. JSLexer or something with similar functionality.
Parser
e.g. JSParser, JSONParser or something with similar functionality.
Trait Implementations§
impl Copy for Subsystem
impl Eq for Subsystem
impl StructuralPartialEq for Subsystem
Auto Trait Implementations§
impl Freeze for Subsystem
impl RefUnwindSafe for Subsystem
impl Send for Subsystem
impl Sync for Subsystem
impl Unpin for Subsystem
impl UnsafeUnpin for Subsystem
impl UnwindSafe for Subsystem
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