pub struct RarFilesPackage { /* private fields */ }Expand description
Multi-volume RAR archive parser.
Implementations§
Auto Trait Implementations§
impl Freeze for RarFilesPackage
impl !RefUnwindSafe for RarFilesPackage
impl Send for RarFilesPackage
impl Sync for RarFilesPackage
impl Unpin for RarFilesPackage
impl !UnwindSafe for RarFilesPackage
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