pub struct InventoryControl { /* private fields */ }Expand description
Control handle for a running inventory.
Implementations§
Trait Implementations§
Source§impl Clone for InventoryControl
impl Clone for InventoryControl
Source§fn clone(&self) -> InventoryControl
fn clone(&self) -> InventoryControl
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 moreAuto Trait Implementations§
impl Freeze for InventoryControl
impl RefUnwindSafe for InventoryControl
impl Send for InventoryControl
impl Sync for InventoryControl
impl Unpin for InventoryControl
impl UnsafeUnpin for InventoryControl
impl UnwindSafe for InventoryControl
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