pub struct RoomNick(/* private fields */);
Expand description
Nickname for a person in a chatroom.
This nickname is not associated with a specific chatroom, or with a certain user account.
Implementations§
Source§impl RoomNick
impl RoomNick
pub fn new(nick: ResourcePart) -> Self
pub fn from_resource_ref(nick: &ResourceRef) -> Self
Trait Implementations§
Source§impl AsRef<ResourceRef> for RoomNick
impl AsRef<ResourceRef> for RoomNick
Source§fn as_ref(&self) -> &ResourceRef
fn as_ref(&self) -> &ResourceRef
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for RoomNick
impl RefUnwindSafe for RoomNick
impl Send for RoomNick
impl Sync for RoomNick
impl Unpin for RoomNick
impl UnwindSafe for RoomNick
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString
. Read more