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