pub struct RawParser;
Expand description
Raw binary format parser
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawParser
impl RefUnwindSafe for RawParser
impl Send for RawParser
impl Sync for RawParser
impl Unpin for RawParser
impl UnwindSafe for RawParser
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