pub struct PrefixUser {
pub nickname: String,
pub username: String,
pub hostname: String,
}
Expand description
User prefix representation.
Fields§
§nickname: String
Nickname
username: String
Username
hostname: String
Hostname
Trait Implementations§
Source§impl Clone for PrefixUser
impl Clone for PrefixUser
Source§fn clone(&self) -> PrefixUser
fn clone(&self) -> PrefixUser
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PrefixUser
impl Debug for PrefixUser
Source§impl PartialEq for PrefixUser
impl PartialEq for PrefixUser
impl Eq for PrefixUser
impl StructuralPartialEq for PrefixUser
Auto Trait Implementations§
impl Freeze for PrefixUser
impl RefUnwindSafe for PrefixUser
impl Send for PrefixUser
impl Sync for PrefixUser
impl Unpin for PrefixUser
impl UnwindSafe for PrefixUser
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