pub enum CZip {
V1(CZipV1),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CZip
impl RefUnwindSafe for CZip
impl Send for CZip
impl Sync for CZip
impl Unpin for CZip
impl UnwindSafe for CZip
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