pub struct DispatchReceipt {
pub server: ServerKind,
pub seq: u64,
}Fields§
§server: ServerKind§seq: u64Trait Implementations§
Source§impl Clone for DispatchReceipt
impl Clone for DispatchReceipt
Source§fn clone(&self) -> DispatchReceipt
fn clone(&self) -> DispatchReceipt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DispatchReceipt
impl Debug for DispatchReceipt
impl Copy for DispatchReceipt
Auto Trait Implementations§
impl Freeze for DispatchReceipt
impl RefUnwindSafe for DispatchReceipt
impl Send for DispatchReceipt
impl Sync for DispatchReceipt
impl Unpin for DispatchReceipt
impl UnwindSafe for DispatchReceipt
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