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: UuidTrait Implementations§
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<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<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<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.
impl Eq 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 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