pub struct ExperienceKey(pub Key);Expand description
represents a Second Life key for an experience
Tuple Fields§
§0: KeyImplementations§
Trait Implementations§
Source§impl Clone for ExperienceKey
impl Clone for ExperienceKey
Source§fn clone(&self) -> ExperienceKey
fn clone(&self) -> ExperienceKey
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 ExperienceKey
Source§impl Debug for ExperienceKey
impl Debug for ExperienceKey
Source§impl<'de> Deserialize<'de> for ExperienceKey
impl<'de> Deserialize<'de> for ExperienceKey
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 ExperienceKey
impl Display for ExperienceKey
impl Eq for ExperienceKey
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<Uuid> for ExperienceKey
impl From<Uuid> for ExperienceKey
Source§impl Hash for ExperienceKey
impl Hash for ExperienceKey
Source§impl Ord for ExperienceKey
impl Ord for ExperienceKey
Source§fn cmp(&self, other: &ExperienceKey) -> Ordering
fn cmp(&self, other: &ExperienceKey) -> 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 ExperienceKey
impl PartialEq for ExperienceKey
Source§impl PartialOrd for ExperienceKey
impl PartialOrd for ExperienceKey
Source§impl Serialize for ExperienceKey
impl Serialize for ExperienceKey
impl StructuralPartialEq for ExperienceKey
Auto Trait Implementations§
impl Freeze for ExperienceKey
impl RefUnwindSafe for ExperienceKey
impl Send for ExperienceKey
impl Sync for ExperienceKey
impl Unpin for ExperienceKey
impl UnsafeUnpin for ExperienceKey
impl UnwindSafe for ExperienceKey
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