pub struct Parser<F, B = GcdDefaultEndian>{ /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<F, B> Freeze for Parser<F, B>where
F: Freeze,
impl<F, B> RefUnwindSafe for Parser<F, B>where
F: RefUnwindSafe,
B: RefUnwindSafe,
impl<F, B> Send for Parser<F, B>
impl<F, B> Sync for Parser<F, B>
impl<F, B> Unpin for Parser<F, B>
impl<F, B> UnwindSafe for Parser<F, B>where
F: UnwindSafe,
B: 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