pub struct InputStoryAreaTypeUpgradedGift {
pub gift_name: String,
}Expand description
An area with an upgraded gift
Fields§
§gift_name: StringUnique name of the upgraded gift
Trait Implementations§
Source§impl Clone for InputStoryAreaTypeUpgradedGift
impl Clone for InputStoryAreaTypeUpgradedGift
Source§fn clone(&self) -> InputStoryAreaTypeUpgradedGift
fn clone(&self) -> InputStoryAreaTypeUpgradedGift
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 Default for InputStoryAreaTypeUpgradedGift
impl Default for InputStoryAreaTypeUpgradedGift
Source§fn default() -> InputStoryAreaTypeUpgradedGift
fn default() -> InputStoryAreaTypeUpgradedGift
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputStoryAreaTypeUpgradedGift
impl<'de> Deserialize<'de> for InputStoryAreaTypeUpgradedGift
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 InputStoryAreaTypeUpgradedGift
impl PartialEq for InputStoryAreaTypeUpgradedGift
Source§fn eq(&self, other: &InputStoryAreaTypeUpgradedGift) -> bool
fn eq(&self, other: &InputStoryAreaTypeUpgradedGift) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputStoryAreaTypeUpgradedGift
Auto Trait Implementations§
impl Freeze for InputStoryAreaTypeUpgradedGift
impl RefUnwindSafe for InputStoryAreaTypeUpgradedGift
impl Send for InputStoryAreaTypeUpgradedGift
impl Sync for InputStoryAreaTypeUpgradedGift
impl Unpin for InputStoryAreaTypeUpgradedGift
impl UnsafeUnpin for InputStoryAreaTypeUpgradedGift
impl UnwindSafe for InputStoryAreaTypeUpgradedGift
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