pub struct UseConsumableEvent {
pub name: Item,
pub name_localized: Option<String>,
pub kind: ItemCategory,
}
Fields§
§name: Item
§name_localized: Option<String>
§kind: ItemCategory
Trait Implementations§
Source§impl Clone for UseConsumableEvent
impl Clone for UseConsumableEvent
Source§fn clone(&self) -> UseConsumableEvent
fn clone(&self) -> UseConsumableEvent
Returns a copy 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 UseConsumableEvent
impl Debug for UseConsumableEvent
Source§impl<'de> Deserialize<'de> for UseConsumableEvent
impl<'de> Deserialize<'de> for UseConsumableEvent
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 UseConsumableEvent
impl PartialEq for UseConsumableEvent
Source§impl Serialize for UseConsumableEvent
impl Serialize for UseConsumableEvent
impl StructuralPartialEq for UseConsumableEvent
Auto Trait Implementations§
impl Freeze for UseConsumableEvent
impl RefUnwindSafe for UseConsumableEvent
impl Send for UseConsumableEvent
impl Sync for UseConsumableEvent
impl Unpin for UseConsumableEvent
impl UnwindSafe for UseConsumableEvent
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