pub struct UpdateNotificationSettingsRequestContent {
pub bundle_email_frequency: Option<String>,
}Expand description
UpdateNotificationSettingsRequestContent. Built by hand, so it derives Default and takes ..Default::default().
Fields§
§bundle_email_frequency: Option<String>bundle_email_frequency.
Trait Implementations§
Source§impl Clone for UpdateNotificationSettingsRequestContent
impl Clone for UpdateNotificationSettingsRequestContent
Source§fn clone(&self) -> UpdateNotificationSettingsRequestContent
fn clone(&self) -> UpdateNotificationSettingsRequestContent
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 Default for UpdateNotificationSettingsRequestContent
impl Default for UpdateNotificationSettingsRequestContent
Source§fn default() -> UpdateNotificationSettingsRequestContent
fn default() -> UpdateNotificationSettingsRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateNotificationSettingsRequestContent
impl<'de> Deserialize<'de> for UpdateNotificationSettingsRequestContent
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 StructuralPartialEq for UpdateNotificationSettingsRequestContent
Auto Trait Implementations§
impl Freeze for UpdateNotificationSettingsRequestContent
impl RefUnwindSafe for UpdateNotificationSettingsRequestContent
impl Send for UpdateNotificationSettingsRequestContent
impl Sync for UpdateNotificationSettingsRequestContent
impl Unpin for UpdateNotificationSettingsRequestContent
impl UnsafeUnpin for UpdateNotificationSettingsRequestContent
impl UnwindSafe for UpdateNotificationSettingsRequestContent
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