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<'de> Deserialize<'de> for GroupNoticeKey
impl<'de> Deserialize<'de> for GroupNoticeKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 Ord for GroupNoticeKey
impl Ord for GroupNoticeKey
Source§fn cmp(&self, other: &GroupNoticeKey) -> Ordering
fn cmp(&self, other: &GroupNoticeKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GroupNoticeKey
impl PartialEq for GroupNoticeKey
Source§impl PartialOrd for GroupNoticeKey
impl PartialOrd for GroupNoticeKey
Source§impl Serialize for GroupNoticeKey
impl Serialize for GroupNoticeKey
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