pub struct ParcelKey(pub Key);Expand description
represents a Second Life key for a parcel
Tuple Fields§
§0: KeyTrait Implementations§
impl Eq for ParcelKey
impl StructuralPartialEq for ParcelKey
Auto Trait Implementations§
impl Freeze for ParcelKey
impl RefUnwindSafe for ParcelKey
impl Send for ParcelKey
impl Sync for ParcelKey
impl Unpin for ParcelKey
impl UnwindSafe for ParcelKey
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