pub struct ConfigReader {}
Implementations§
Trait Implementations§
Source§impl Default for ConfigReader
impl Default for ConfigReader
Source§fn default() -> ConfigReader
fn default() -> ConfigReader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigReader
impl RefUnwindSafe for ConfigReader
impl Send for ConfigReader
impl Sync for ConfigReader
impl Unpin for ConfigReader
impl UnwindSafe for ConfigReader
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