pub struct GetSavedMusicById {
pub id: InputUser,
pub documents: Vec<InputDocument>,
}Expand description
Generated from:
users.getSavedMusicByID#7573a4e9 id:InputUser documents:Vector<InputDocument> = users.SavedMusicFields§
§id: InputUser§documents: Vec<InputDocument>Trait Implementations§
Source§impl Clone for GetSavedMusicById
impl Clone for GetSavedMusicById
Source§fn clone(&self) -> GetSavedMusicById
fn clone(&self) -> GetSavedMusicById
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 GetSavedMusicById
impl Debug for GetSavedMusicById
Source§impl Identifiable for GetSavedMusicById
impl Identifiable for GetSavedMusicById
Source§const CONSTRUCTOR_ID: u32 = 0x7573a4e9
const CONSTRUCTOR_ID: u32 = 0x7573a4e9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetSavedMusicById
impl PartialEq for GetSavedMusicById
Source§impl RemoteCall for GetSavedMusicById
impl RemoteCall for GetSavedMusicById
Source§type Return = SavedMusic
type Return = SavedMusic
The deserialized response type.
Source§impl Serializable for GetSavedMusicById
impl Serializable for GetSavedMusicById
impl StructuralPartialEq for GetSavedMusicById
Auto Trait Implementations§
impl Freeze for GetSavedMusicById
impl RefUnwindSafe for GetSavedMusicById
impl Send for GetSavedMusicById
impl Sync for GetSavedMusicById
impl Unpin for GetSavedMusicById
impl UnsafeUnpin for GetSavedMusicById
impl UnwindSafe for GetSavedMusicById
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