pub struct GetSavedMusic {
pub id: InputUser,
pub offset: i32,
pub limit: i32,
pub hash: i64,
}Expand description
Generated from:
users.getSavedMusic#788d7fe3 id:InputUser offset:int limit:int hash:long = users.SavedMusicFields§
§id: InputUser§offset: i32§limit: i32§hash: i64Trait Implementations§
Source§impl Clone for GetSavedMusic
impl Clone for GetSavedMusic
Source§fn clone(&self) -> GetSavedMusic
fn clone(&self) -> GetSavedMusic
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 GetSavedMusic
impl Debug for GetSavedMusic
Source§impl Identifiable for GetSavedMusic
impl Identifiable for GetSavedMusic
Source§const CONSTRUCTOR_ID: u32 = 0x788d7fe3
const CONSTRUCTOR_ID: u32 = 0x788d7fe3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetSavedMusic
impl PartialEq for GetSavedMusic
Source§impl RemoteCall for GetSavedMusic
impl RemoteCall for GetSavedMusic
Source§type Return = SavedMusic
type Return = SavedMusic
The deserialized response type.
Source§impl Serializable for GetSavedMusic
impl Serializable for GetSavedMusic
impl StructuralPartialEq for GetSavedMusic
Auto Trait Implementations§
impl Freeze for GetSavedMusic
impl RefUnwindSafe for GetSavedMusic
impl Send for GetSavedMusic
impl Sync for GetSavedMusic
impl Unpin for GetSavedMusic
impl UnsafeUnpin for GetSavedMusic
impl UnwindSafe for GetSavedMusic
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