pub struct ExportOutcome {
pub timestamp: String,
pub run_dir: PathBuf,
}Fields§
§timestamp: String§run_dir: PathBufTrait Implementations§
Source§impl Clone for ExportOutcome
impl Clone for ExportOutcome
Source§fn clone(&self) -> ExportOutcome
fn clone(&self) -> ExportOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExportOutcome
impl RefUnwindSafe for ExportOutcome
impl Send for ExportOutcome
impl Sync for ExportOutcome
impl Unpin for ExportOutcome
impl UnsafeUnpin for ExportOutcome
impl UnwindSafe for ExportOutcome
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