pub struct InventoryRoot {
pub all: InventoryChild,
}Fields§
§all: InventoryChildTrait Implementations§
Source§impl Clone for InventoryRoot
impl Clone for InventoryRoot
Source§fn clone(&self) -> InventoryRoot
fn clone(&self) -> InventoryRoot
Returns a duplicate 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 InventoryRoot
impl Debug for InventoryRoot
Source§impl Default for InventoryRoot
impl Default for InventoryRoot
Source§fn default() -> InventoryRoot
fn default() -> InventoryRoot
Returns the “default value” for a type. Read more
Source§impl PartialEq for InventoryRoot
impl PartialEq for InventoryRoot
Source§impl Serialize for InventoryRoot
impl Serialize for InventoryRoot
impl StructuralPartialEq for InventoryRoot
Auto Trait Implementations§
impl Freeze for InventoryRoot
impl RefUnwindSafe for InventoryRoot
impl Send for InventoryRoot
impl Sync for InventoryRoot
impl Unpin for InventoryRoot
impl UnsafeUnpin for InventoryRoot
impl UnwindSafe for InventoryRoot
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