pub struct Error<D: Deliverable> {
pub kind: ErrorKind,
/* private fields */
}Expand description
An error returned when requesting a Transaction.
Fields§
§kind: ErrorKindImplementations§
Source§impl<D: Deliverable> Error<D>
impl<D: Deliverable> Error<D>
pub fn into_inner(self) -> Transaction<D>
Trait Implementations§
Auto Trait Implementations§
impl<D> !Freeze for Error<D>
impl<D> !RefUnwindSafe for Error<D>
impl<D> Send for Error<D>
impl<D> Sync for Error<D>where
D: Sync,
impl<D> Unpin for Error<D>where
D: Unpin,
impl<D> !UnwindSafe for Error<D>
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