pub struct GroupNoticeKey(pub Key);Expand description
represents a Second Life key for a group notice (the viewer’s group-notice
mNoticeID) — one posting in a group’s notice list.
Tuple Fields§
§0: KeyImplementations§
Trait Implementations§
Source§impl Clone for GroupNoticeKey
impl Clone for GroupNoticeKey
Source§fn clone(&self) -> GroupNoticeKey
fn clone(&self) -> GroupNoticeKey
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 GroupNoticeKey
Source§impl Debug for GroupNoticeKey
impl Debug for GroupNoticeKey
Source§impl Display for GroupNoticeKey
impl Display for GroupNoticeKey
impl Eq for GroupNoticeKey
Source§impl From<GroupNoticeKey> for Key
impl From<GroupNoticeKey> for Key
Source§fn from(val: GroupNoticeKey) -> Self
fn from(val: GroupNoticeKey) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for GroupNoticeKey
impl From<Uuid> for GroupNoticeKey
Source§impl Hash for GroupNoticeKey
impl Hash for GroupNoticeKey
Source§impl PartialEq for GroupNoticeKey
impl PartialEq for GroupNoticeKey
Source§fn eq(&self, other: &GroupNoticeKey) -> bool
fn eq(&self, other: &GroupNoticeKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupNoticeKey
Auto Trait Implementations§
impl Freeze for GroupNoticeKey
impl RefUnwindSafe for GroupNoticeKey
impl Send for GroupNoticeKey
impl Sync for GroupNoticeKey
impl Unpin for GroupNoticeKey
impl UnsafeUnpin for GroupNoticeKey
impl UnwindSafe for GroupNoticeKey
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