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