pub struct SaveRingtone {
pub id: InputDocument,
pub unsave: bool,
}Expand description
Generated from:
account.saveRingtone#3dea5b03 id:InputDocument unsave:Bool = account.SavedRingtoneFields§
§id: InputDocument§unsave: boolTrait Implementations§
Source§impl Clone for SaveRingtone
impl Clone for SaveRingtone
Source§fn clone(&self) -> SaveRingtone
fn clone(&self) -> SaveRingtone
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 SaveRingtone
impl Debug for SaveRingtone
Source§impl Identifiable for SaveRingtone
impl Identifiable for SaveRingtone
Source§const CONSTRUCTOR_ID: u32 = 0x3dea5b03
const CONSTRUCTOR_ID: u32 = 0x3dea5b03
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SaveRingtone
impl PartialEq for SaveRingtone
Source§impl RemoteCall for SaveRingtone
impl RemoteCall for SaveRingtone
Source§type Return = SavedRingtone
type Return = SavedRingtone
The deserialized response type.
Source§impl Serializable for SaveRingtone
impl Serializable for SaveRingtone
impl StructuralPartialEq for SaveRingtone
Auto Trait Implementations§
impl Freeze for SaveRingtone
impl RefUnwindSafe for SaveRingtone
impl Send for SaveRingtone
impl Sync for SaveRingtone
impl Unpin for SaveRingtone
impl UnsafeUnpin for SaveRingtone
impl UnwindSafe for SaveRingtone
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