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
Source§impl<'de> Deserialize<'de> for PickKey
impl<'de> Deserialize<'de> for PickKey
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 PickKey
Source§impl Ord for PickKey
impl Ord for PickKey
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 PickKey
impl PartialOrd 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