pub struct ShipLockerEventContents {
pub items: Vec<ShipLockerEventObject>,
pub components: Vec<ShipLockerEventObject>,
pub consumables: Vec<ShipLockerEventObject>,
pub data: Vec<ShipLockerEventObject>,
}
Fields§
§items: Vec<ShipLockerEventObject>
§components: Vec<ShipLockerEventObject>
§consumables: Vec<ShipLockerEventObject>
§data: Vec<ShipLockerEventObject>
Trait Implementations§
Source§impl Clone for ShipLockerEventContents
impl Clone for ShipLockerEventContents
Source§fn clone(&self) -> ShipLockerEventContents
fn clone(&self) -> ShipLockerEventContents
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 ShipLockerEventContents
impl Debug for ShipLockerEventContents
Source§impl<'de> Deserialize<'de> for ShipLockerEventContents
impl<'de> Deserialize<'de> for ShipLockerEventContents
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 ShipLockerEventContents
impl PartialEq for ShipLockerEventContents
Source§impl Serialize for ShipLockerEventContents
impl Serialize for ShipLockerEventContents
impl StructuralPartialEq for ShipLockerEventContents
Auto Trait Implementations§
impl Freeze for ShipLockerEventContents
impl RefUnwindSafe for ShipLockerEventContents
impl Send for ShipLockerEventContents
impl Sync for ShipLockerEventContents
impl Unpin for ShipLockerEventContents
impl UnwindSafe for ShipLockerEventContents
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