pub struct ClassifiedKey(pub Key);Expand description
represents a Second Life key for a classified ad
Tuple Fields§
§0: KeyImplementations§
Trait Implementations§
Source§impl Clone for ClassifiedKey
impl Clone for ClassifiedKey
Source§fn clone(&self) -> ClassifiedKey
fn clone(&self) -> ClassifiedKey
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 ClassifiedKey
Source§impl Debug for ClassifiedKey
impl Debug for ClassifiedKey
Source§impl Display for ClassifiedKey
impl Display for ClassifiedKey
impl Eq for ClassifiedKey
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<Uuid> for ClassifiedKey
impl From<Uuid> for ClassifiedKey
Source§impl Hash for ClassifiedKey
impl Hash for ClassifiedKey
Source§impl PartialEq for ClassifiedKey
impl PartialEq for ClassifiedKey
Source§fn eq(&self, other: &ClassifiedKey) -> bool
fn eq(&self, other: &ClassifiedKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClassifiedKey
Auto Trait Implementations§
impl Freeze for ClassifiedKey
impl RefUnwindSafe for ClassifiedKey
impl Send for ClassifiedKey
impl Sync for ClassifiedKey
impl Unpin for ClassifiedKey
impl UnsafeUnpin for ClassifiedKey
impl UnwindSafe for ClassifiedKey
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