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