pub struct UpdateNotificationSettingsRequest {
pub settings: Option<Vec<UpdateNotificationSettingsRequestSettingsInner>>,
}Fields§
§settings: Option<Vec<UpdateNotificationSettingsRequestSettingsInner>>Настройки каналов уведомлений.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateNotificationSettingsRequest
impl Clone for UpdateNotificationSettingsRequest
Source§fn clone(&self) -> UpdateNotificationSettingsRequest
fn clone(&self) -> UpdateNotificationSettingsRequest
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 UpdateNotificationSettingsRequest
impl Default for UpdateNotificationSettingsRequest
Source§fn default() -> UpdateNotificationSettingsRequest
fn default() -> UpdateNotificationSettingsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateNotificationSettingsRequest
impl<'de> Deserialize<'de> for UpdateNotificationSettingsRequest
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 UpdateNotificationSettingsRequest
impl PartialEq for UpdateNotificationSettingsRequest
Source§fn eq(&self, other: &UpdateNotificationSettingsRequest) -> bool
fn eq(&self, other: &UpdateNotificationSettingsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateNotificationSettingsRequest
Auto Trait Implementations§
impl Freeze for UpdateNotificationSettingsRequest
impl RefUnwindSafe for UpdateNotificationSettingsRequest
impl Send for UpdateNotificationSettingsRequest
impl Sync for UpdateNotificationSettingsRequest
impl Unpin for UpdateNotificationSettingsRequest
impl UnsafeUnpin for UpdateNotificationSettingsRequest
impl UnwindSafe for UpdateNotificationSettingsRequest
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