pub struct InventoryKey(pub Key);Expand description
represents a Second Life key for an inventory item
Tuple Fields§
§0: KeyTrait Implementations§
Source§impl Clone for InventoryKey
impl Clone for InventoryKey
Source§fn clone(&self) -> InventoryKey
fn clone(&self) -> InventoryKey
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 InventoryKey
impl Debug for InventoryKey
Source§impl Display for InventoryKey
impl Display for InventoryKey
Source§impl From<InventoryKey> for Key
impl From<InventoryKey> for Key
Source§fn from(val: InventoryKey) -> Self
fn from(val: InventoryKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InventoryKey
impl PartialEq for InventoryKey
impl Eq for InventoryKey
impl StructuralPartialEq for InventoryKey
Auto Trait Implementations§
impl Freeze for InventoryKey
impl RefUnwindSafe for InventoryKey
impl Send for InventoryKey
impl Sync for InventoryKey
impl Unpin for InventoryKey
impl UnwindSafe for InventoryKey
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