Struct smart_config::Flat
source · pub struct Flat(/* private fields */);
Expand description
Marker for key–value / flat configuration sources (e.g., env variables or command-line args).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flat
impl RefUnwindSafe for Flat
impl Send for Flat
impl Sync for Flat
impl Unpin for Flat
impl UnwindSafe for Flat
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