pub struct PickKey(pub Key);Expand description
represents a Second Life key for a profile pick (the viewer’s
LLPickData::mPickID) — a profile-listed place. The picks-side parallel of
ClassifiedKey, kept distinct so the two cannot be transposed.
Tuple Fields§
§0: KeyImplementations§
Trait Implementations§
impl Copy for PickKey
impl Eq for PickKey
impl StructuralPartialEq for PickKey
Auto Trait Implementations§
impl Freeze for PickKey
impl RefUnwindSafe for PickKey
impl Send for PickKey
impl Sync for PickKey
impl Unpin for PickKey
impl UnsafeUnpin for PickKey
impl UnwindSafe for PickKey
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