pub struct DropItem {
pub id: u32,
pub metadata: u32,
}
Fields§
§id: u32
§metadata: u32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DropItem
impl<'de> Deserialize<'de> for DropItem
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
Auto Trait Implementations§
impl Freeze for DropItem
impl RefUnwindSafe for DropItem
impl Send for DropItem
impl Sync for DropItem
impl Unpin for DropItem
impl UnwindSafe for DropItem
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