pub enum InventorySliceBackend {
Da3,
Da2,
}Expand description
Transport used for one bounded inventory slice.
Variants§
Trait Implementations§
Source§impl Clone for InventorySliceBackend
impl Clone for InventorySliceBackend
Source§fn clone(&self) -> InventorySliceBackend
fn clone(&self) -> InventorySliceBackend
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 moreimpl Copy for InventorySliceBackend
Source§impl Debug for InventorySliceBackend
impl Debug for InventorySliceBackend
impl Eq for InventorySliceBackend
Source§impl PartialEq for InventorySliceBackend
impl PartialEq for InventorySliceBackend
impl StructuralPartialEq for InventorySliceBackend
Auto Trait Implementations§
impl Freeze for InventorySliceBackend
impl RefUnwindSafe for InventorySliceBackend
impl Send for InventorySliceBackend
impl Sync for InventorySliceBackend
impl Unpin for InventorySliceBackend
impl UnsafeUnpin for InventorySliceBackend
impl UnwindSafe for InventorySliceBackend
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