pub struct ActivePaths {
pub profile: ProfileId,
pub destinations: InstancePaths,
pub plan_zone: ProjectLocation,
pub docs_scratch: ProjectLocation,
}Expand description
One landed instance’s paths, as the record and the environment leave them.
Fields§
§profile: ProfileIdThe recorded profile.
destinations: InstancePathsEvery destination the record implies.
plan_zone: ProjectLocationWhere the planning tool writes its entry documents.
docs_scratch: ProjectLocationWhere material that is not a statement yet is staged.
Trait Implementations§
Source§impl Clone for ActivePaths
impl Clone for ActivePaths
Source§fn clone(&self) -> ActivePaths
fn clone(&self) -> ActivePaths
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActivePaths
impl Debug for ActivePaths
impl Eq for ActivePaths
Source§impl PartialEq for ActivePaths
impl PartialEq for ActivePaths
Source§impl Serialize for ActivePaths
impl Serialize for ActivePaths
impl StructuralPartialEq for ActivePaths
Auto Trait Implementations§
impl Freeze for ActivePaths
impl RefUnwindSafe for ActivePaths
impl Send for ActivePaths
impl Sync for ActivePaths
impl Unpin for ActivePaths
impl UnsafeUnpin for ActivePaths
impl UnwindSafe for ActivePaths
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.