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