pub struct RootsetConfig {
pub keyword: String,
pub roots: Vec<PathBuf>,
}Expand description
Set of roots
This configuration is used to define a set of root paths that will contain volumes, along with the keyword each root will use.
Fields§
§keyword: StringKeyword to use for this rootset
roots: Vec<PathBuf>List of root absolute paths that will contain volumes
Trait Implementations§
Source§impl Clone for RootsetConfig
impl Clone for RootsetConfig
Source§fn clone(&self) -> RootsetConfig
fn clone(&self) -> RootsetConfig
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 moreSource§impl Debug for RootsetConfig
impl Debug for RootsetConfig
Source§impl Hash for RootsetConfig
impl Hash for RootsetConfig
Source§impl PartialEq for RootsetConfig
impl PartialEq for RootsetConfig
impl Eq for RootsetConfig
impl StructuralPartialEq for RootsetConfig
Auto Trait Implementations§
impl Freeze for RootsetConfig
impl RefUnwindSafe for RootsetConfig
impl Send for RootsetConfig
impl Sync for RootsetConfig
impl Unpin for RootsetConfig
impl UnwindSafe for RootsetConfig
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.