Struct anstyle_parse::Parser
source · pub struct Parser<C = DefaultCharAccumulator> { /* private fields */ }
Expand description
Parser for raw VTE protocol which delegates actions to a Perform
Implementations§
Trait Implementations§
source§impl<C: PartialEq> PartialEq for Parser<C>
impl<C: PartialEq> PartialEq for Parser<C>
impl<C: Eq> Eq for Parser<C>
impl<C> StructuralPartialEq for Parser<C>
Auto Trait Implementations§
impl<C> Freeze for Parser<C>where
C: Freeze,
impl<C> RefUnwindSafe for Parser<C>where
C: RefUnwindSafe,
impl<C> Send for Parser<C>where
C: Send,
impl<C> Sync for Parser<C>where
C: Sync,
impl<C> Unpin for Parser<C>where
C: Unpin,
impl<C> UnwindSafe for Parser<C>where
C: 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