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