pub struct ArchiveFile { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ArchiveFile
impl RefUnwindSafe for ArchiveFile
impl Send for ArchiveFile
impl Sync for ArchiveFile
impl Unpin for ArchiveFile
impl UnwindSafe for ArchiveFile
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