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