pub struct HomeLayout {
pub active_home: PathBuf,
pub migration_candidates: Vec<PathBuf>,
}Expand description
The active home directory plus migration candidates.
Fields§
§active_home: PathBufActive home used by vs.
migration_candidates: Vec<PathBuf>Legacy home locations that may be migrated.
Trait Implementations§
Source§impl Clone for HomeLayout
impl Clone for HomeLayout
Source§fn clone(&self) -> HomeLayout
fn clone(&self) -> HomeLayout
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 HomeLayout
impl Debug for HomeLayout
impl Eq for HomeLayout
Source§impl PartialEq for HomeLayout
impl PartialEq for HomeLayout
impl StructuralPartialEq for HomeLayout
Auto Trait Implementations§
impl Freeze for HomeLayout
impl RefUnwindSafe for HomeLayout
impl Send for HomeLayout
impl Sync for HomeLayout
impl Unpin for HomeLayout
impl UnsafeUnpin for HomeLayout
impl UnwindSafe for HomeLayout
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.