Struct easyfix_messages::messages::UserNotification  
source · 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>>§user_status: UserStatus§text: Option<FixString>§encoded_text: Option<Data>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.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 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 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