pub struct Unarchiver {
pub files: Vec<File>,
}Fields§
§files: Vec<File>Implementations§
Source§impl Unarchiver
impl Unarchiver
Auto Trait Implementations§
impl Freeze for Unarchiver
impl RefUnwindSafe for Unarchiver
impl Send for Unarchiver
impl Sync for Unarchiver
impl Unpin for Unarchiver
impl UnwindSafe for Unarchiver
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