pub struct DispatchEvent {
pub timeout: u64,
pub event: Event,
}Fields§
§timeout: u64§event: EventImplementations§
Trait Implementations§
Source§impl BorshDeserialize for DispatchEvent
impl BorshDeserialize for DispatchEvent
Source§impl BorshSerialize for DispatchEvent
impl BorshSerialize for DispatchEvent
Source§impl Clone for DispatchEvent
impl Clone for DispatchEvent
Source§fn clone(&self) -> DispatchEvent
fn clone(&self) -> DispatchEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DispatchEvent
impl Debug for DispatchEvent
impl Eq for DispatchEvent
Source§impl PartialEq for DispatchEvent
impl PartialEq for DispatchEvent
impl StructuralPartialEq for DispatchEvent
Auto Trait Implementations§
impl Freeze for DispatchEvent
impl RefUnwindSafe for DispatchEvent
impl Send for DispatchEvent
impl Sync for DispatchEvent
impl Unpin for DispatchEvent
impl UnsafeUnpin for DispatchEvent
impl UnwindSafe for DispatchEvent
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