pub enum ShopOfferKind {
Item,
Blueprint,
}Variants§
Trait Implementations§
Source§impl Clone for ShopOfferKind
impl Clone for ShopOfferKind
Source§fn clone(&self) -> ShopOfferKind
fn clone(&self) -> ShopOfferKind
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 moreimpl Copy for ShopOfferKind
Source§impl Debug for ShopOfferKind
impl Debug for ShopOfferKind
Source§impl<'de> Deserialize<'de> for ShopOfferKind
impl<'de> Deserialize<'de> for ShopOfferKind
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
impl Eq for ShopOfferKind
Source§impl PartialEq for ShopOfferKind
impl PartialEq for ShopOfferKind
Source§impl Serialize for ShopOfferKind
impl Serialize for ShopOfferKind
impl StructuralPartialEq for ShopOfferKind
Auto Trait Implementations§
impl Freeze for ShopOfferKind
impl RefUnwindSafe for ShopOfferKind
impl Send for ShopOfferKind
impl Sync for ShopOfferKind
impl Unpin for ShopOfferKind
impl UnsafeUnpin for ShopOfferKind
impl UnwindSafe for ShopOfferKind
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