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