pub struct StarGiftUpgradeAttributes {
pub attributes: Vec<StarGiftAttribute>,
}Expand description
payments.starGiftUpgradeAttributes
Generated from:
payments.starGiftUpgradeAttributes#46c6e36f attributes:Vector<StarGiftAttribute> = payments.StarGiftUpgradeAttributesFields§
§attributes: Vec<StarGiftAttribute>Trait Implementations§
Source§impl Clone for StarGiftUpgradeAttributes
impl Clone for StarGiftUpgradeAttributes
Source§fn clone(&self) -> StarGiftUpgradeAttributes
fn clone(&self) -> StarGiftUpgradeAttributes
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 StarGiftUpgradeAttributes
impl Debug for StarGiftUpgradeAttributes
Source§impl Deserializable for StarGiftUpgradeAttributes
impl Deserializable for StarGiftUpgradeAttributes
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<StarGiftUpgradeAttributes> for StarGiftUpgradeAttributes
impl From<StarGiftUpgradeAttributes> for StarGiftUpgradeAttributes
Source§fn from(x: StarGiftUpgradeAttributes) -> Self
fn from(x: StarGiftUpgradeAttributes) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StarGiftUpgradeAttributes
impl Identifiable for StarGiftUpgradeAttributes
Source§const CONSTRUCTOR_ID: u32 = 0x46c6e36f
const CONSTRUCTOR_ID: u32 = 0x46c6e36f
The constructor ID as specified in the TL schema.
Source§impl TryFrom<StarGiftUpgradeAttributes> for StarGiftUpgradeAttributes
impl TryFrom<StarGiftUpgradeAttributes> for StarGiftUpgradeAttributes
Source§type Error = StarGiftUpgradeAttributes
type Error = StarGiftUpgradeAttributes
The type returned in the event of a conversion error.
impl StructuralPartialEq for StarGiftUpgradeAttributes
Auto Trait Implementations§
impl Freeze for StarGiftUpgradeAttributes
impl RefUnwindSafe for StarGiftUpgradeAttributes
impl Send for StarGiftUpgradeAttributes
impl Sync for StarGiftUpgradeAttributes
impl Unpin for StarGiftUpgradeAttributes
impl UnsafeUnpin for StarGiftUpgradeAttributes
impl UnwindSafe for StarGiftUpgradeAttributes
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