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