pub struct InventorySnapshot {
pub configs: HashMap<String, String>,
}Fields§
§configs: HashMap<String, String>Trait Implementations§
Source§impl Clone for InventorySnapshot
impl Clone for InventorySnapshot
Source§fn clone(&self) -> InventorySnapshot
fn clone(&self) -> InventorySnapshot
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 InventorySnapshot
impl Debug for InventorySnapshot
Source§impl Default for InventorySnapshot
impl Default for InventorySnapshot
Source§fn default() -> InventorySnapshot
fn default() -> InventorySnapshot
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InventorySnapshot
impl<'de> Deserialize<'de> for InventorySnapshot
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 InventorySnapshot
impl RefUnwindSafe for InventorySnapshot
impl Send for InventorySnapshot
impl Sync for InventorySnapshot
impl Unpin for InventorySnapshot
impl UnsafeUnpin for InventorySnapshot
impl UnwindSafe for InventorySnapshot
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