pub struct ArchiveFactory;
Trait Implementations§
Source§impl Default for ArchiveFactory
impl Default for ArchiveFactory
Source§fn default() -> ArchiveFactory
fn default() -> ArchiveFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArchiveFactory
impl RefUnwindSafe for ArchiveFactory
impl Send for ArchiveFactory
impl Sync for ArchiveFactory
impl Unpin for ArchiveFactory
impl UnwindSafe for ArchiveFactory
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