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 duplicate 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
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