pub struct NotificationAllOf {
pub send_after: Option<String>,
}
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 duplicate 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 for NotificationAllOf
impl PartialEq for NotificationAllOf
Source§impl Serialize for NotificationAllOf
impl Serialize for NotificationAllOf
impl StructuralPartialEq for NotificationAllOf
Auto Trait Implementations§
impl Freeze for NotificationAllOf
impl RefUnwindSafe for NotificationAllOf
impl Send for NotificationAllOf
impl Sync for NotificationAllOf
impl Unpin for NotificationAllOf
impl UnwindSafe for NotificationAllOf
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