pub struct ConfigNotPresent;Auto Trait Implementations§
impl Freeze for ConfigNotPresent
impl RefUnwindSafe for ConfigNotPresent
impl Send for ConfigNotPresent
impl Sync for ConfigNotPresent
impl Unpin for ConfigNotPresent
impl UnsafeUnpin for ConfigNotPresent
impl UnwindSafe for ConfigNotPresent
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