Struct twilio_async::cell::BorrowMutError 1.13.0[−][src]
pub struct BorrowMutError { /* fields omitted */ }
An error returned by RefCell::try_borrow_mut
.
Trait Implementations
impl Error for BorrowMutError
[src]
impl Error for BorrowMutError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. 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 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 From<BorrowMutError> for TwilioErr
[src]
impl From<BorrowMutError> for TwilioErr
fn from(e: BorrowMutError) -> Self
[src]
fn from(e: BorrowMutError) -> Self
Performs the conversion.
Auto Trait Implementations
impl Send for BorrowMutError
impl Send for BorrowMutError
impl Sync for BorrowMutError
impl Sync for BorrowMutError