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
sourceimpl NotificationAllOf
impl NotificationAllOf
pub fn new() -> NotificationAllOf
Trait Implementations
sourceimpl Clone for NotificationAllOf
impl Clone for NotificationAllOf
sourcefn clone(&self) -> NotificationAllOf
fn clone(&self) -> NotificationAllOf
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NotificationAllOf
impl Debug for NotificationAllOf
sourceimpl Default for NotificationAllOf
impl Default for NotificationAllOf
sourcefn default() -> NotificationAllOf
fn default() -> NotificationAllOf
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NotificationAllOf
impl<'de> Deserialize<'de> for NotificationAllOf
sourcefn 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
sourceimpl PartialEq<NotificationAllOf> for NotificationAllOf
impl PartialEq<NotificationAllOf> for NotificationAllOf
sourcefn eq(&self, other: &NotificationAllOf) -> bool
fn eq(&self, other: &NotificationAllOf) -> bool
sourceimpl Serialize for NotificationAllOf
impl Serialize for NotificationAllOf
impl StructuralPartialEq for NotificationAllOf
Auto Trait Implementations
impl RefUnwindSafe for NotificationAllOf
impl Send for NotificationAllOf
impl Sync for NotificationAllOf
impl Unpin for NotificationAllOf
impl UnwindSafe for NotificationAllOf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more