Fields§
§send_after: Option<String>
Channel: All Schedule notification for future delivery. API defaults to UTC -1100 Examples: All examples are the exact same date & time. "Thu Sep 24 2015 14:00:00 GMT-0700 (PDT)" "September 24th 2015, 2:00:00 pm UTC-07:00" "2015-09-24 14:00:00 GMT-0700" "Sept 24 2015 14:00:00 GMT-0700" "Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)" Note: SMS currently only supports send_after parameter.
Implementations§
source§impl NotificationAllOf
impl NotificationAllOf
pub fn new() -> NotificationAllOf
Trait Implementations§
source§impl Clone for NotificationAllOf
impl Clone for NotificationAllOf
source§fn clone(&self) -> NotificationAllOf
fn clone(&self) -> NotificationAllOf
Returns a copy 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 NotificationAllOf
impl Debug for NotificationAllOf
source§impl Default for NotificationAllOf
impl Default for NotificationAllOf
source§fn default() -> NotificationAllOf
fn default() -> NotificationAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NotificationAllOf
impl<'de> Deserialize<'de> for NotificationAllOf
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
source§impl PartialEq<NotificationAllOf> for NotificationAllOf
impl PartialEq<NotificationAllOf> for NotificationAllOf
source§fn eq(&self, other: &NotificationAllOf) -> bool
fn eq(&self, other: &NotificationAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.