pub enum ParserMetadata {
ParserInserted,
NotParserInserted,
None,
}
Variants§
Trait Implementations§
source§impl Clone for ParserMetadata
impl Clone for ParserMetadata
source§fn clone(&self) -> ParserMetadata
fn clone(&self) -> ParserMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParserMetadata
impl Debug for ParserMetadata
source§impl PartialEq for ParserMetadata
impl PartialEq for ParserMetadata
source§fn eq(&self, other: &ParserMetadata) -> bool
fn eq(&self, other: &ParserMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ParserMetadata
impl Eq for ParserMetadata
impl StructuralPartialEq for ParserMetadata
Auto Trait Implementations§
impl Freeze for ParserMetadata
impl RefUnwindSafe for ParserMetadata
impl Send for ParserMetadata
impl Sync for ParserMetadata
impl Unpin for ParserMetadata
impl UnwindSafe for ParserMetadata
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