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