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