Struct sgx_tstd::cell::BorrowMutError 1.13.0[−][src]
pub struct BorrowMutError { /* fields omitted */ }
An error returned by RefCell::try_borrow_mut
.
Trait Implementations
impl Debug for BorrowMutError
[src]
impl Debug for BorrowMutError
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Display for BorrowMutError
[src]
impl Display for BorrowMutError
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Error for BorrowMutError
[src]
impl Error for BorrowMutError
Auto Trait Implementations
impl Send for BorrowMutError
impl Send for BorrowMutError
impl Sync for BorrowMutError
impl Sync for BorrowMutError