pub struct NotificationSounds {
pub notification_sounds: Vec<NotificationSound>,
}
Expand description
Contains a list of notification sounds
Fields§
§notification_sounds: Vec<NotificationSound>
A list of notification sounds
Trait Implementations§
Source§impl Clone for NotificationSounds
impl Clone for NotificationSounds
Source§fn clone(&self) -> NotificationSounds
fn clone(&self) -> NotificationSounds
Returns a copy 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 Debug for NotificationSounds
impl Debug for NotificationSounds
Source§impl Default for NotificationSounds
impl Default for NotificationSounds
Source§fn default() -> NotificationSounds
fn default() -> NotificationSounds
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationSounds
impl<'de> Deserialize<'de> for NotificationSounds
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 NotificationSounds
impl PartialEq for NotificationSounds
Source§impl Serialize for NotificationSounds
impl Serialize for NotificationSounds
impl StructuralPartialEq for NotificationSounds
Auto Trait Implementations§
impl Freeze for NotificationSounds
impl RefUnwindSafe for NotificationSounds
impl Send for NotificationSounds
impl Sync for NotificationSounds
impl Unpin for NotificationSounds
impl UnwindSafe for NotificationSounds
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