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