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