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