pub struct SavedMusicNotModified {
pub count: i32,
}Expand description
Generated from:
users.savedMusicNotModified#e3878aa4 count:int = users.SavedMusicFields§
§count: i32Trait Implementations§
Source§impl Clone for SavedMusicNotModified
impl Clone for SavedMusicNotModified
Source§fn clone(&self) -> SavedMusicNotModified
fn clone(&self) -> SavedMusicNotModified
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 SavedMusicNotModified
impl Debug for SavedMusicNotModified
Source§impl Deserializable for SavedMusicNotModified
impl Deserializable for SavedMusicNotModified
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<SavedMusicNotModified> for SavedMusic
impl From<SavedMusicNotModified> for SavedMusic
Source§fn from(x: SavedMusicNotModified) -> Self
fn from(x: SavedMusicNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SavedMusicNotModified
impl Identifiable for SavedMusicNotModified
Source§const CONSTRUCTOR_ID: u32 = 0xe3878aa4
const CONSTRUCTOR_ID: u32 = 0xe3878aa4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SavedMusicNotModified
impl PartialEq for SavedMusicNotModified
Source§impl Serializable for SavedMusicNotModified
impl Serializable for SavedMusicNotModified
Source§impl TryFrom<SavedMusic> for SavedMusicNotModified
impl TryFrom<SavedMusic> for SavedMusicNotModified
Source§type Error = SavedMusic
type Error = SavedMusic
The type returned in the event of a conversion error.
impl StructuralPartialEq for SavedMusicNotModified
Auto Trait Implementations§
impl Freeze for SavedMusicNotModified
impl RefUnwindSafe for SavedMusicNotModified
impl Send for SavedMusicNotModified
impl Sync for SavedMusicNotModified
impl Unpin for SavedMusicNotModified
impl UnsafeUnpin for SavedMusicNotModified
impl UnwindSafe for SavedMusicNotModified
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