pub struct InventoryKey(pub Key);Expand description
represents a Second Life key for an inventory item
Tuple Fields§
§0: KeyImplementations§
Trait 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 (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 InventoryKey
Source§impl Debug for InventoryKey
impl Debug for InventoryKey
Source§impl<'de> Deserialize<'de> for InventoryKey
impl<'de> Deserialize<'de> for InventoryKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for InventoryKey
impl Display for InventoryKey
impl Eq 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 From<Uuid> for InventoryKey
impl From<Uuid> for InventoryKey
Source§impl Hash for InventoryKey
impl Hash for InventoryKey
Source§impl Ord for InventoryKey
impl Ord for InventoryKey
Source§fn cmp(&self, other: &InventoryKey) -> Ordering
fn cmp(&self, other: &InventoryKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InventoryKey
impl PartialEq for InventoryKey
Source§impl PartialOrd for InventoryKey
impl PartialOrd for InventoryKey
Source§impl Serialize for InventoryKey
impl Serialize 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 UnsafeUnpin 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