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
impl Debug for BorrowMutError
source
impl Debug for BorrowMutError
sourceAuto 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