pub struct ZipState {}Trait Implementations§
impl FunctionBuilderState for ZipState
Auto Trait Implementations§
impl Freeze for ZipState
impl RefUnwindSafe for ZipState
impl Send for ZipState
impl Sync for ZipState
impl Unpin for ZipState
impl UnwindSafe for ZipState
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more