pub struct UploadRingtone {
pub file: InputFile,
pub file_name: String,
pub mime_type: String,
}Expand description
Generated from:
account.uploadRingtone#831a83a2 file:InputFile file_name:string mime_type:string = DocumentFields§
§file: InputFile§file_name: String§mime_type: StringTrait Implementations§
Source§impl Clone for UploadRingtone
impl Clone for UploadRingtone
Source§fn clone(&self) -> UploadRingtone
fn clone(&self) -> UploadRingtone
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 UploadRingtone
impl Debug for UploadRingtone
Source§impl Identifiable for UploadRingtone
impl Identifiable for UploadRingtone
Source§const CONSTRUCTOR_ID: u32 = 0x831a83a2
const CONSTRUCTOR_ID: u32 = 0x831a83a2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UploadRingtone
impl PartialEq for UploadRingtone
Source§impl RemoteCall for UploadRingtone
impl RemoteCall for UploadRingtone
Source§impl Serializable for UploadRingtone
impl Serializable for UploadRingtone
impl StructuralPartialEq for UploadRingtone
Auto Trait Implementations§
impl Freeze for UploadRingtone
impl RefUnwindSafe for UploadRingtone
impl Send for UploadRingtone
impl Sync for UploadRingtone
impl Unpin for UploadRingtone
impl UnsafeUnpin for UploadRingtone
impl UnwindSafe for UploadRingtone
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