pub struct NotificationSoundLocal {
pub title: String,
pub data: String,
}Expand description
Read notificationSoundLocal docs.
Generated from the following TL definition:
notificationSoundLocal#830b9ae4 title:string data:string = NotificationSoundFields§
§title: String§data: StringTrait Implementations§
Source§impl Clone for NotificationSoundLocal
impl Clone for NotificationSoundLocal
Source§fn clone(&self) -> NotificationSoundLocal
fn clone(&self) -> NotificationSoundLocal
Returns a duplicate 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 NotificationSoundLocal
impl Debug for NotificationSoundLocal
Source§impl From<NotificationSoundLocal> for NotificationSound
impl From<NotificationSoundLocal> for NotificationSound
Source§fn from(x: NotificationSoundLocal) -> Self
fn from(x: NotificationSoundLocal) -> Self
Converts to this type from the input type.
Source§impl Identifiable for NotificationSoundLocal
impl Identifiable for NotificationSoundLocal
Source§const CONSTRUCTOR_ID: u32 = 2198575844
const CONSTRUCTOR_ID: u32 = 2198575844
The unique identifier for the type.
Source§impl PartialEq for NotificationSoundLocal
impl PartialEq for NotificationSoundLocal
impl StructuralPartialEq for NotificationSoundLocal
Auto Trait Implementations§
impl Freeze for NotificationSoundLocal
impl RefUnwindSafe for NotificationSoundLocal
impl Send for NotificationSoundLocal
impl Sync for NotificationSoundLocal
impl Unpin for NotificationSoundLocal
impl UnsafeUnpin for NotificationSoundLocal
impl UnwindSafe for NotificationSoundLocal
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