Struct core::cell::BorrowMutError
1.13.0 · source · [−]#[non_exhaustive]pub struct BorrowMutError {}
Expand description
An error returned by RefCell::try_borrow_mut
.
Trait Implementations
sourceimpl Debug for BorrowMutError
impl Debug for BorrowMutError
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
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