pub struct EmptyConfig;
Expand description
An empty configuration that can be used when no configuration is needed.
Trait Implementations§
Source§impl ConfigParser for EmptyConfig
impl ConfigParser for EmptyConfig
Auto Trait Implementations§
impl Freeze for EmptyConfig
impl RefUnwindSafe for EmptyConfig
impl Send for EmptyConfig
impl Sync for EmptyConfig
impl Unpin for EmptyConfig
impl UnwindSafe for EmptyConfig
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