pub struct TransferExecuteFailed;Expand description
Error type returned when a transfer-execute operation signals that it failed.
Auto Trait Implementations§
impl Freeze for TransferExecuteFailed
impl RefUnwindSafe for TransferExecuteFailed
impl Send for TransferExecuteFailed
impl Sync for TransferExecuteFailed
impl Unpin for TransferExecuteFailed
impl UnsafeUnpin for TransferExecuteFailed
impl UnwindSafe for TransferExecuteFailed
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