pub enum OutputMsg {
FileProgress(u64, Arc<PathBuf>),
Finish(Vec<Vec<FileInfo>>),
Summary,
}Variants§
Auto Trait Implementations§
impl Freeze for OutputMsg
impl RefUnwindSafe for OutputMsg
impl Send for OutputMsg
impl Sync for OutputMsg
impl Unpin for OutputMsg
impl UnwindSafe for OutputMsg
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