#[non_exhaustive]pub struct BorrowMutError {}Expand description
An error returned byRefCell::try_borrow_mut.
Trait Implementations§
1.13.0 ·Source§implDebug forBorrowMutError
implDebug forBorrowMutError
1.13.0 ·Source§implDisplay forBorrowMutError
implDisplay forBorrowMutError
1.13.0 ·Source§implError forBorrowMutError
implError forBorrowMutError
1.30.0 ·Source§fnsource(&self) ->Option<&(dynError + 'static)>
fnsource(&self) ->Option<&(dynError + 'static)>
Returns the lower-level source of this error, if any.Read more
1.0.0 ·Source§fndescription(&self) -> &str
fndescription(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
implFreeze forBorrowMutError
implRefUnwindSafe forBorrowMutError
implSend forBorrowMutError
implSync forBorrowMutError
implUnpin forBorrowMutError
implUnwindSafe forBorrowMutError
Blanket Implementations§
Source§impl<T>BorrowMut<T> for Twhere T: ?Sized,
impl<T>BorrowMut<T> for Twhere T: ?Sized,
Source§fnborrow_mut(&mut self) ->&mut T
fnborrow_mut(&mut self) ->&mut T
Mutably borrows from an owned value.Read more