pub struct ConfigPair { /* private fields */ }
Expand description
Represents the common pattern of default settings masked by user settings.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigPair
impl RefUnwindSafe for ConfigPair
impl Send for ConfigPair
impl Sync for ConfigPair
impl Unpin for ConfigPair
impl UnwindSafe for ConfigPair
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