pub struct CraftGiftResultTooEarly {
pub retry_after: i32,
}Expand description
Crafting isn’t possible because one of the gifts can’t be used for crafting yet
Fields§
§retry_after: i32Time left before the gift can be used for crafting
Trait Implementations§
Source§impl Clone for CraftGiftResultTooEarly
impl Clone for CraftGiftResultTooEarly
Source§fn clone(&self) -> CraftGiftResultTooEarly
fn clone(&self) -> CraftGiftResultTooEarly
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 CraftGiftResultTooEarly
impl Debug for CraftGiftResultTooEarly
Source§impl Default for CraftGiftResultTooEarly
impl Default for CraftGiftResultTooEarly
Source§fn default() -> CraftGiftResultTooEarly
fn default() -> CraftGiftResultTooEarly
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CraftGiftResultTooEarly
impl<'de> Deserialize<'de> for CraftGiftResultTooEarly
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 CraftGiftResultTooEarly
impl PartialEq for CraftGiftResultTooEarly
Source§fn eq(&self, other: &CraftGiftResultTooEarly) -> bool
fn eq(&self, other: &CraftGiftResultTooEarly) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CraftGiftResultTooEarly
impl Serialize for CraftGiftResultTooEarly
impl StructuralPartialEq for CraftGiftResultTooEarly
Auto Trait Implementations§
impl Freeze for CraftGiftResultTooEarly
impl RefUnwindSafe for CraftGiftResultTooEarly
impl Send for CraftGiftResultTooEarly
impl Sync for CraftGiftResultTooEarly
impl Unpin for CraftGiftResultTooEarly
impl UnsafeUnpin for CraftGiftResultTooEarly
impl UnwindSafe for CraftGiftResultTooEarly
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