pub enum ZipCommand {
Get {
resp: Sender<ZipJob>,
},
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for ZipCommand
impl !UnwindSafe for ZipCommand
impl Freeze for ZipCommand
impl Send for ZipCommand
impl Sync for ZipCommand
impl Unpin for ZipCommand
impl UnsafeUnpin for ZipCommand
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