pub struct UserNotification {
    pub username_grp: Option<Vec<UsernameGrp>>,
    pub user_status: UserStatus,
    pub text: Option<FixString>,
    pub encoded_text: Option<Data>,
}Fields§
§username_grp: Option<Vec<UsernameGrp>>Tag 809.
user_status: UserStatusTag 926.
text: Option<FixString>Tag 58.
encoded_text: Option<Data>Tag 355.
Implementations§
Trait Implementations§
source§impl Clone for UserNotification
 
impl Clone for UserNotification
source§fn clone(&self) -> UserNotification
 
fn clone(&self) -> UserNotification
Returns a copy of the value. Read more
1.6.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 UserNotification
 
impl Debug for UserNotification
source§impl Default for UserNotification
 
impl Default for UserNotification
source§fn default() -> UserNotification
 
fn default() -> UserNotification
Returns the “default value” for a type. Read more
source§impl From<UserNotification> for Message
 
impl From<UserNotification> for Message
source§fn from(msg: UserNotification) -> Message
 
fn from(msg: UserNotification) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UserNotification
impl RefUnwindSafe for UserNotification
impl Send for UserNotification
impl Sync for UserNotification
impl Unpin for UserNotification
impl UnwindSafe for UserNotification
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)