Struct easyfix_messages::groups::UsernameGrp
source · pub struct UsernameGrp {
pub username: Option<FixString>,
}Fields§
§username: Option<FixString>Trait Implementations§
source§impl Clone for UsernameGrp
impl Clone for UsernameGrp
source§fn clone(&self) -> UsernameGrp
fn clone(&self) -> UsernameGrp
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 UsernameGrp
impl Debug for UsernameGrp
source§impl Default for UsernameGrp
impl Default for UsernameGrp
source§fn default() -> UsernameGrp
fn default() -> UsernameGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for UsernameGrp
impl Send for UsernameGrp
impl Sync for UsernameGrp
impl Unpin for UsernameGrp
impl UnwindSafe for UsernameGrp
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