pub struct ScheduledEventInfo {
pub id: String,
pub action: String,
pub args: Vec<u8>,
pub run_at: i64,
}Fields§
§id: String§action: String§args: Vec<u8>§run_at: i64Trait Implementations§
Source§impl Clone for ScheduledEventInfo
impl Clone for ScheduledEventInfo
Source§fn clone(&self) -> ScheduledEventInfo
fn clone(&self) -> ScheduledEventInfo
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 ScheduledEventInfo
impl Debug for ScheduledEventInfo
impl Eq for ScheduledEventInfo
Source§impl PartialEq for ScheduledEventInfo
impl PartialEq for ScheduledEventInfo
Source§impl Serialize for ScheduledEventInfo
impl Serialize for ScheduledEventInfo
impl StructuralPartialEq for ScheduledEventInfo
Auto Trait Implementations§
impl Freeze for ScheduledEventInfo
impl RefUnwindSafe for ScheduledEventInfo
impl Send for ScheduledEventInfo
impl Sync for ScheduledEventInfo
impl Unpin for ScheduledEventInfo
impl UnsafeUnpin for ScheduledEventInfo
impl UnwindSafe for ScheduledEventInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.