pub struct AutomationDue {
pub automation_id: AutomationId,
pub occurrence_key: AutomationOccurrenceKey,
pub scheduled_for: OffsetDateTime,
pub server: AutomationServerDescriptor,
pub timestamp: OffsetDateTime,
}Fields§
§automation_id: AutomationId§occurrence_key: AutomationOccurrenceKey§scheduled_for: OffsetDateTime§server: AutomationServerDescriptor§timestamp: OffsetDateTimeTrait Implementations§
Source§impl Clone for AutomationDue
impl Clone for AutomationDue
Source§fn clone(&self) -> AutomationDue
fn clone(&self) -> AutomationDue
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 AutomationDue
impl Debug for AutomationDue
Source§impl<'de> Deserialize<'de> for AutomationDue
impl<'de> Deserialize<'de> for AutomationDue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AutomationDue
Source§impl PartialEq for AutomationDue
impl PartialEq for AutomationDue
Source§fn eq(&self, other: &AutomationDue) -> bool
fn eq(&self, other: &AutomationDue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AutomationDue
impl Serialize for AutomationDue
impl StructuralPartialEq for AutomationDue
Auto Trait Implementations§
impl Freeze for AutomationDue
impl RefUnwindSafe for AutomationDue
impl Send for AutomationDue
impl Sync for AutomationDue
impl Unpin for AutomationDue
impl UnsafeUnpin for AutomationDue
impl UnwindSafe for AutomationDue
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.