pub struct Parser<N, T> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<N: Ord, T: Ord> Ord for Parser<N, T>
impl<N: Ord, T: Ord> Ord for Parser<N, T>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<N: PartialOrd, T: PartialOrd> PartialOrd for Parser<N, T>
impl<N: PartialOrd, T: PartialOrd> PartialOrd for Parser<N, T>
impl<N: Eq, T: Eq> Eq for Parser<N, T>
impl<N, T> StructuralPartialEq for Parser<N, T>
Auto Trait Implementations§
impl<N, T> Freeze for Parser<N, T>where
N: Freeze,
impl<N, T> RefUnwindSafe for Parser<N, T>where
N: RefUnwindSafe,
T: RefUnwindSafe,
impl<N, T> Send for Parser<N, T>
impl<N, T> Sync for Parser<N, T>
impl<N, T> Unpin for Parser<N, T>where
N: Unpin,
impl<N, T> UnwindSafe for Parser<N, T>
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