pub struct SavedRingtonesNotModified {}Expand description
account.savedRingtonesNotModified
Generated from:
account.savedRingtonesNotModified#fbf6e8b1 = account.SavedRingtonesTrait Implementations§
Source§impl Clone for SavedRingtonesNotModified
impl Clone for SavedRingtonesNotModified
Source§fn clone(&self) -> SavedRingtonesNotModified
fn clone(&self) -> SavedRingtonesNotModified
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 SavedRingtonesNotModified
impl Debug for SavedRingtonesNotModified
Source§impl Deserializable for SavedRingtonesNotModified
impl Deserializable for SavedRingtonesNotModified
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<SavedRingtonesNotModified> for SavedRingtones
impl From<SavedRingtonesNotModified> for SavedRingtones
Source§fn from(_x: SavedRingtonesNotModified) -> Self
fn from(_x: SavedRingtonesNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SavedRingtonesNotModified
impl Identifiable for SavedRingtonesNotModified
Source§const CONSTRUCTOR_ID: u32 = 0xfbf6e8b1
const CONSTRUCTOR_ID: u32 = 0xfbf6e8b1
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for SavedRingtonesNotModified
Auto Trait Implementations§
impl Freeze for SavedRingtonesNotModified
impl RefUnwindSafe for SavedRingtonesNotModified
impl Send for SavedRingtonesNotModified
impl Sync for SavedRingtonesNotModified
impl Unpin for SavedRingtonesNotModified
impl UnsafeUnpin for SavedRingtonesNotModified
impl UnwindSafe for SavedRingtonesNotModified
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