Struct conjure_error::UnavailableError
source · [−]pub struct UnavailableError(_);Expand description
Information about an unavailable error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnavailableError
impl Send for UnavailableError
impl Sync for UnavailableError
impl Unpin for UnavailableError
impl UnwindSafe for UnavailableError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more