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