pub struct SavedMusicIdsNotModified {}Expand description
account.savedMusicIdsNotModified
Generated from:
account.savedMusicIdsNotModified#4fc81d6e = account.SavedMusicIdsTrait Implementations§
Source§impl Clone for SavedMusicIdsNotModified
impl Clone for SavedMusicIdsNotModified
Source§fn clone(&self) -> SavedMusicIdsNotModified
fn clone(&self) -> SavedMusicIdsNotModified
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 SavedMusicIdsNotModified
impl Debug for SavedMusicIdsNotModified
Source§impl Deserializable for SavedMusicIdsNotModified
impl Deserializable for SavedMusicIdsNotModified
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<SavedMusicIdsNotModified> for SavedMusicIds
impl From<SavedMusicIdsNotModified> for SavedMusicIds
Source§fn from(_x: SavedMusicIdsNotModified) -> Self
fn from(_x: SavedMusicIdsNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SavedMusicIdsNotModified
impl Identifiable for SavedMusicIdsNotModified
Source§const CONSTRUCTOR_ID: u32 = 0x4fc81d6e
const CONSTRUCTOR_ID: u32 = 0x4fc81d6e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SavedMusicIdsNotModified
impl PartialEq for SavedMusicIdsNotModified
impl StructuralPartialEq for SavedMusicIdsNotModified
Auto Trait Implementations§
impl Freeze for SavedMusicIdsNotModified
impl RefUnwindSafe for SavedMusicIdsNotModified
impl Send for SavedMusicIdsNotModified
impl Sync for SavedMusicIdsNotModified
impl Unpin for SavedMusicIdsNotModified
impl UnsafeUnpin for SavedMusicIdsNotModified
impl UnwindSafe for SavedMusicIdsNotModified
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