pub struct Parser<E>(/* private fields */);
Expand description
A generic parser for any event type.
Trait Implementations§
Source§impl<E> NamedEventParser for Parser<E>
Blanket NamedEventParser
implementation for any compliant Parser
.
impl<E> NamedEventParser for Parser<E>
Blanket NamedEventParser
implementation for any compliant Parser
.
Source§impl<E> StaticNamed for Parser<E>where
E: StaticNamed,
Acquired implementation of StaticNamed
for any Parser
that is parametrised with an
Event
type that is also StaticNamed
.
impl<E> StaticNamed for Parser<E>where
E: StaticNamed,
Acquired implementation of StaticNamed
for any Parser
that is parametrised with an
Event
type that is also StaticNamed
.
Auto Trait Implementations§
impl<E> Freeze for Parser<E>
impl<E> RefUnwindSafe for Parser<E>where
E: RefUnwindSafe,
impl<E> Send for Parser<E>where
E: Send,
impl<E> Sync for Parser<E>where
E: Sync,
impl<E> Unpin for Parser<E>where
E: Unpin,
impl<E> UnwindSafe for Parser<E>where
E: UnwindSafe,
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