pub struct Key(pub Uuid);Expand description
represents a general Second Life key without any knowledge about the type of entity this represents
Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
impl Copy for Key
Source§impl<'de> Deserialize<'de> for Key
impl<'de> Deserialize<'de> for Key
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
impl Eq for Key
Source§impl From<AgentOrObjectKey> for Key
impl From<AgentOrObjectKey> for Key
Source§fn from(val: AgentOrObjectKey) -> Self
fn from(val: AgentOrObjectKey) -> Self
Converts to this type from the input type.
Source§impl From<ClassifiedKey> for Key
impl From<ClassifiedKey> for Key
Source§fn from(val: ClassifiedKey) -> Self
fn from(val: ClassifiedKey) -> Self
Converts to this type from the input type.
Source§impl From<ExperienceKey> for Key
impl From<ExperienceKey> for Key
Source§fn from(val: ExperienceKey) -> Self
fn from(val: ExperienceKey) -> Self
Converts to this type from the input type.
Source§impl From<GroupNoticeKey> for Key
impl From<GroupNoticeKey> for Key
Source§fn from(val: GroupNoticeKey) -> Self
fn from(val: GroupNoticeKey) -> Self
Converts to this type from the input type.
Source§impl From<GroupRoleKey> for Key
impl From<GroupRoleKey> for Key
Source§fn from(val: GroupRoleKey) -> Self
fn from(val: GroupRoleKey) -> Self
Converts to this type from the input type.
Source§impl From<InventoryFolderKey> for Key
impl From<InventoryFolderKey> for Key
Source§fn from(val: InventoryFolderKey) -> Self
fn from(val: InventoryFolderKey) -> Self
Converts to this type from the input type.
Source§impl From<InventoryItemOrFolderKey> for Key
impl From<InventoryItemOrFolderKey> for Key
Source§fn from(val: InventoryItemOrFolderKey) -> Self
fn from(val: InventoryItemOrFolderKey) -> Self
Converts to this type from the input type.
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<SculptOrMeshKey> for Key
impl From<SculptOrMeshKey> for Key
Source§fn from(val: SculptOrMeshKey) -> Self
fn from(val: SculptOrMeshKey) -> Self
Converts to this type from the input type.
Source§impl From<TextureKey> for Key
impl From<TextureKey> for Key
Source§fn from(val: TextureKey) -> Self
fn from(val: TextureKey) -> Self
Converts to this type from the input type.
Source§impl Ord for Key
impl Ord for Key
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 PartialOrd for Key
impl PartialOrd for Key
impl StructuralPartialEq for Key
Auto Trait Implementations§
impl Freeze for Key
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnsafeUnpin for Key
impl UnwindSafe for Key
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