pub struct InventoryImpl;
Trait Implementations§
Source§impl InventoryTrait for InventoryImpl
impl InventoryTrait for InventoryImpl
Auto Trait Implementations§
impl Freeze for InventoryImpl
impl RefUnwindSafe for InventoryImpl
impl Send for InventoryImpl
impl Sync for InventoryImpl
impl Unpin for InventoryImpl
impl UnwindSafe for InventoryImpl
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