Struct std::cell::BorrowMutError [] [src]

pub struct BorrowMutError<'a, T> where T: 'a + ?Sized {
    // some fields omitted
}
Unstable (try_borrow #35070)

An error returned by RefCell::try_borrow_mut.

Trait Implementations

impl<'a, T> Debug for BorrowMutError<'a, T> where T: ?Sized

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl<'a, T> Display for BorrowMutError<'a, T> where T: ?Sized

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl<'a, T: ?Sized + Reflect> Error for BorrowMutError<'a, T>
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>
1.0.0

The lower-level cause of this error, if any. Read more