pub struct ConfigLoadOptions {
pub portable: bool,
}Expand description
Options controlling how layered configuration is loaded.
Fields§
§portable: boolSkip the platform user config directory for USB-portable runs.
Trait Implementations§
Source§impl Clone for ConfigLoadOptions
impl Clone for ConfigLoadOptions
Source§fn clone(&self) -> ConfigLoadOptions
fn clone(&self) -> ConfigLoadOptions
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 moreimpl Copy for ConfigLoadOptions
Source§impl Debug for ConfigLoadOptions
impl Debug for ConfigLoadOptions
Source§impl Default for ConfigLoadOptions
impl Default for ConfigLoadOptions
Source§fn default() -> ConfigLoadOptions
fn default() -> ConfigLoadOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigLoadOptions
impl RefUnwindSafe for ConfigLoadOptions
impl Send for ConfigLoadOptions
impl Sync for ConfigLoadOptions
impl Unpin for ConfigLoadOptions
impl UnsafeUnpin for ConfigLoadOptions
impl UnwindSafe for ConfigLoadOptions
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