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 Freeze for NoMsgTypes
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