Struct fluentci_ext::archive::unzip::Unzip
source · pub struct Unzip {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unzip
impl RefUnwindSafe for Unzip
impl Send for Unzip
impl Sync for Unzip
impl Unpin for Unzip
impl UnwindSafe for Unzip
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