pub struct ItemAdded {
pub character_id: CharacterID,
pub context: String,
pub timestamp: DateTime<Utc>,
pub item_count: u8,
pub item_id: u64,
pub world_id: WorldID,
pub zone_id: ZoneID,
}Fields§
§character_id: CharacterID§context: String§timestamp: DateTime<Utc>§item_count: u8§item_id: u64§world_id: WorldID§zone_id: ZoneIDTrait Implementations§
Source§impl<'de> Deserialize<'de> for ItemAdded
impl<'de> Deserialize<'de> for ItemAdded
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 ItemAdded
impl StructuralPartialEq for ItemAdded
Auto Trait Implementations§
impl Freeze for ItemAdded
impl RefUnwindSafe for ItemAdded
impl Send for ItemAdded
impl Sync for ItemAdded
impl Unpin for ItemAdded
impl UnsafeUnpin for ItemAdded
impl UnwindSafe for ItemAdded
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.