pub struct DispatchResult {
pub result: CallResult,
pub tags: Tags,
pub priority: u64,
pub sender_metadata: SenderMeta,
pub call_format_metadata: Metadata,
}Expand description
Result of dispatching a transaction.
Fields§
§result: CallResultTransaction call result.
Transaction tags.
priority: u64Transaction priority.
sender_metadata: SenderMetaTransaction sender metadata.
call_format_metadata: MetadataCall format metadata.
Trait Implementations§
Source§impl Debug for DispatchResult
impl Debug for DispatchResult
Source§impl From<CallResult> for DispatchResult
impl From<CallResult> for DispatchResult
Source§fn from(result: CallResult) -> Self
fn from(result: CallResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DispatchResult
impl RefUnwindSafe for DispatchResult
impl Send for DispatchResult
impl Sync for DispatchResult
impl Unpin for DispatchResult
impl UnwindSafe for DispatchResult
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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