pub struct Rar5FileHeaderParser;Implementations§
Auto Trait Implementations§
impl Freeze for Rar5FileHeaderParser
impl RefUnwindSafe for Rar5FileHeaderParser
impl Send for Rar5FileHeaderParser
impl Sync for Rar5FileHeaderParser
impl Unpin for Rar5FileHeaderParser
impl UnwindSafe for Rar5FileHeaderParser
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