pub struct NotificationProjectionSettingUpdate {
pub enabled: Option<bool>,
pub levels: Option<Vec<NotificationProjectionLevel>>,
}Fields§
§enabled: Option<bool>§levels: Option<Vec<NotificationProjectionLevel>>Trait Implementations§
Source§impl Clone for NotificationProjectionSettingUpdate
impl Clone for NotificationProjectionSettingUpdate
Source§fn clone(&self) -> NotificationProjectionSettingUpdate
fn clone(&self) -> NotificationProjectionSettingUpdate
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<'de> Deserialize<'de> for NotificationProjectionSettingUpdate
impl<'de> Deserialize<'de> for NotificationProjectionSettingUpdate
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 Eq for NotificationProjectionSettingUpdate
impl StructuralPartialEq for NotificationProjectionSettingUpdate
Auto Trait Implementations§
impl Freeze for NotificationProjectionSettingUpdate
impl RefUnwindSafe for NotificationProjectionSettingUpdate
impl Send for NotificationProjectionSettingUpdate
impl Sync for NotificationProjectionSettingUpdate
impl Unpin for NotificationProjectionSettingUpdate
impl UnsafeUnpin for NotificationProjectionSettingUpdate
impl UnwindSafe for NotificationProjectionSettingUpdate
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