Struct quickfix_msg43::logon::NoMsgTypes
source · pub struct NoMsgTypes { /* private fields */ }
Implementations§
source§impl NoMsgTypes
impl NoMsgTypes
source§impl NoMsgTypes
impl NoMsgTypes
pub fn get_ref_msg_type(&self) -> Option<RefMsgType>
pub fn get_msg_direction(&self) -> Option<MsgDirection>
pub fn set_ref_msg_type( &mut self, value: RefMsgType ) -> Result<&Self, QuickFixError>
pub fn remove_ref_msg_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_msg_direction( &mut self, value: MsgDirection ) -> Result<&Self, QuickFixError>
pub fn remove_msg_direction(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoMsgTypes
impl Clone for NoMsgTypes
source§fn clone(&self) -> NoMsgTypes
fn clone(&self) -> NoMsgTypes
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 moreAuto Trait Implementations§
impl RefUnwindSafe for NoMsgTypes
impl !Send for NoMsgTypes
impl !Sync for NoMsgTypes
impl Unpin for NoMsgTypes
impl UnwindSafe for NoMsgTypes
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