pub struct ExperienceKey(pub Key);Expand description
represents a Second Life key for an experience
Tuple Fields§
§0: KeyTrait 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 · 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 ExperienceKey
impl Debug for ExperienceKey
Source§impl Display for ExperienceKey
impl Display 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 PartialEq for ExperienceKey
impl PartialEq for ExperienceKey
impl Eq 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 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