pub struct LoadedConfigs {
pub home: Option<ConfigScopeFile>,
pub project: Option<ConfigScopeFile>,
}Fields§
§home: Option<ConfigScopeFile>§project: Option<ConfigScopeFile>Implementations§
Source§impl LoadedConfigs
impl LoadedConfigs
pub fn in_load_order(&self) -> Vec<&ConfigScopeFile>
Trait Implementations§
Source§impl Clone for LoadedConfigs
impl Clone for LoadedConfigs
Source§fn clone(&self) -> LoadedConfigs
fn clone(&self) -> LoadedConfigs
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 LoadedConfigs
impl Debug for LoadedConfigs
Source§impl Default for LoadedConfigs
impl Default for LoadedConfigs
Source§fn default() -> LoadedConfigs
fn default() -> LoadedConfigs
Returns the “default value” for a type. Read more
Source§impl PartialEq for LoadedConfigs
impl PartialEq for LoadedConfigs
Source§impl Serialize for LoadedConfigs
impl Serialize for LoadedConfigs
impl Eq for LoadedConfigs
impl StructuralPartialEq for LoadedConfigs
Auto Trait Implementations§
impl Freeze for LoadedConfigs
impl RefUnwindSafe for LoadedConfigs
impl Send for LoadedConfigs
impl Sync for LoadedConfigs
impl Unpin for LoadedConfigs
impl UnsafeUnpin for LoadedConfigs
impl UnwindSafe for LoadedConfigs
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.