pub struct TransferPendingError;Trait Implementations§
Source§impl Debug for TransferPendingError
impl Debug for TransferPendingError
Source§impl Display for TransferPendingError
impl Display for TransferPendingError
Source§impl Error for TransferPendingError
impl Error for TransferPendingError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Format for TransferPendingError
impl Format for TransferPendingError
Source§impl PartialEq for TransferPendingError
impl PartialEq for TransferPendingError
impl Eq for TransferPendingError
impl StructuralPartialEq for TransferPendingError
Auto Trait Implementations§
impl Freeze for TransferPendingError
impl RefUnwindSafe for TransferPendingError
impl Send for TransferPendingError
impl Sync for TransferPendingError
impl Unpin for TransferPendingError
impl UnwindSafe for TransferPendingError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more