pub struct ArchiveOutput {
pub moves: Vec<(String, String)>,
pub dry_run_moves: Vec<(String, String)>,
pub archived_count: usize,
pub warnings: Vec<String>,
}Fields§
§moves: Vec<(String, String)>§dry_run_moves: Vec<(String, String)>§archived_count: usize§warnings: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArchiveOutput
impl RefUnwindSafe for ArchiveOutput
impl Send for ArchiveOutput
impl Sync for ArchiveOutput
impl Unpin for ArchiveOutput
impl UnsafeUnpin for ArchiveOutput
impl UnwindSafe for ArchiveOutput
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