Struct core::cell::BorrowError [] [src]

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

An error returned by RefCell::try_borrow.

Trait Implementations

impl<'a, T: ?Sized> Debug for BorrowError<'a, T>
[src]

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

Formats the value using the given formatter.

impl<'a, T: ?Sized> Display for BorrowError<'a, T>
[src]

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

Formats the value using the given formatter.