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