Struct std::cell::BorrowError [] [src]

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

An error returned by RefCell::try_borrow.

Trait Implementations

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

Formats the value using the given formatter.

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

Formats the value using the given formatter.

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

A short description of the error. Read more

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