Struct std::cell::BorrowMutError
1.13.0 · source · [−]#[non_exhaustive]pub struct BorrowMutError {}Expand description
An error returned by RefCell::try_borrow_mut.
Trait Implementations
impl Debug for BorrowMutError
source
impl Debug for BorrowMutError
sourceimpl Display for BorrowMutError
source
impl Display for BorrowMutError
sourceimpl Error for BorrowMutError
source
impl Error for BorrowMutError
sourcefn description(&self) -> &str
source
fn description(&self) -> &str
source👎 Deprecated since 1.42.0:
use the Display impl or to_string()
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0 · source
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0 · sourceThe lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for BorrowMutError
impl Send for BorrowMutError
impl Sync for BorrowMutError
impl Unpin for BorrowMutError
impl UnwindSafe for BorrowMutError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more