pub struct NotificationDeliveryPreferencesChannelInput {
pub schedule: Option<Box<NotificationDeliveryPreferencesScheduleInput>>,
}Fields§
§schedule: Option<Box<NotificationDeliveryPreferencesScheduleInput>>The schedule for notifications on this channel.
Trait Implementations§
Source§impl Clone for NotificationDeliveryPreferencesChannelInput
impl Clone for NotificationDeliveryPreferencesChannelInput
Source§fn clone(&self) -> NotificationDeliveryPreferencesChannelInput
fn clone(&self) -> NotificationDeliveryPreferencesChannelInput
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 Default for NotificationDeliveryPreferencesChannelInput
impl Default for NotificationDeliveryPreferencesChannelInput
Source§fn default() -> NotificationDeliveryPreferencesChannelInput
fn default() -> NotificationDeliveryPreferencesChannelInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationDeliveryPreferencesChannelInput
impl<'de> Deserialize<'de> for NotificationDeliveryPreferencesChannelInput
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
Auto Trait Implementations§
impl Freeze for NotificationDeliveryPreferencesChannelInput
impl RefUnwindSafe for NotificationDeliveryPreferencesChannelInput
impl Send for NotificationDeliveryPreferencesChannelInput
impl Sync for NotificationDeliveryPreferencesChannelInput
impl Unpin for NotificationDeliveryPreferencesChannelInput
impl UnwindSafe for NotificationDeliveryPreferencesChannelInput
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