pub enum StarGiftUpgradeAttributes {
StarGiftUpgradeAttributes(StarGiftUpgradeAttributes),
}Expand description
Variants§
StarGiftUpgradeAttributes(StarGiftUpgradeAttributes)
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 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