pub enum UpgradedGiftBackdrop {
UpgradedGiftBackdrop(UpgradedGiftBackdrop),
}Variants§
UpgradedGiftBackdrop(UpgradedGiftBackdrop)
Describes a backdrop of an upgraded gift
Trait Implementations§
Source§impl Clone for UpgradedGiftBackdrop
impl Clone for UpgradedGiftBackdrop
Source§fn clone(&self) -> UpgradedGiftBackdrop
fn clone(&self) -> UpgradedGiftBackdrop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpgradedGiftBackdrop
impl Debug for UpgradedGiftBackdrop
Source§impl<'de> Deserialize<'de> for UpgradedGiftBackdrop
impl<'de> Deserialize<'de> for UpgradedGiftBackdrop
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpgradedGiftBackdrop
impl PartialEq for UpgradedGiftBackdrop
Source§fn eq(&self, other: &UpgradedGiftBackdrop) -> bool
fn eq(&self, other: &UpgradedGiftBackdrop) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpgradedGiftBackdrop
impl Serialize for UpgradedGiftBackdrop
impl StructuralPartialEq for UpgradedGiftBackdrop
Auto Trait Implementations§
impl Freeze for UpgradedGiftBackdrop
impl RefUnwindSafe for UpgradedGiftBackdrop
impl Send for UpgradedGiftBackdrop
impl Sync for UpgradedGiftBackdrop
impl Unpin for UpgradedGiftBackdrop
impl UnsafeUnpin for UpgradedGiftBackdrop
impl UnwindSafe for UpgradedGiftBackdrop
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