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