Struct easyfix_messages::messages::UserNotification  
source · [−]pub struct UserNotification {
    pub username_grp: Option<Vec<UsernameGrp>>,
    pub user_status: UserStatus,
    pub text: Option<Str>,
    pub encoded_text: Option<Data>,
}Fields
username_grp: Option<Vec<UsernameGrp>>user_status: UserStatustext: Option<Str>encoded_text: Option<Data>Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more