pub struct HandoffPaths {
pub repo_root: PathBuf,
pub ctx_dir: PathBuf,
pub handoff_path: PathBuf,
pub state_path: PathBuf,
pub rendered_path: PathBuf,
pub handover_path: PathBuf,
pub project: String,
pub base_name: String,
}Fields§
§repo_root: PathBuf§ctx_dir: PathBuf§handoff_path: PathBuf§state_path: PathBuf§rendered_path: PathBuf§handover_path: PathBuf§project: String§base_name: StringTrait Implementations§
Source§impl Clone for HandoffPaths
impl Clone for HandoffPaths
Source§fn clone(&self) -> HandoffPaths
fn clone(&self) -> HandoffPaths
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 HandoffPaths
impl RefUnwindSafe for HandoffPaths
impl Send for HandoffPaths
impl Sync for HandoffPaths
impl Unpin for HandoffPaths
impl UnsafeUnpin for HandoffPaths
impl UnwindSafe for HandoffPaths
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