pub struct RunDirectory {
pub output_root: PathBuf,
pub timestamp: String,
pub run_dir: PathBuf,
}Fields§
§output_root: PathBuf§timestamp: String§run_dir: PathBufTrait Implementations§
Source§impl Clone for RunDirectory
impl Clone for RunDirectory
Source§fn clone(&self) -> RunDirectory
fn clone(&self) -> RunDirectory
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 RunDirectory
impl RefUnwindSafe for RunDirectory
impl Send for RunDirectory
impl Sync for RunDirectory
impl Unpin for RunDirectory
impl UnsafeUnpin for RunDirectory
impl UnwindSafe for RunDirectory
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