Enum quickfix_msg43::field_types::MsgDirection
source · pub enum MsgDirection {
Send,
Receive,
}
Variants§
Implementations§
source§impl MsgDirection
impl MsgDirection
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for MsgDirection
impl Clone for MsgDirection
source§fn clone(&self) -> MsgDirection
fn clone(&self) -> MsgDirection
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 MsgDirection
impl Debug for MsgDirection
source§impl FromStr for MsgDirection
impl FromStr for MsgDirection
source§impl Hash for MsgDirection
impl Hash for MsgDirection
source§impl IntoFixValue for MsgDirection
impl IntoFixValue for MsgDirection
source§impl PartialEq for MsgDirection
impl PartialEq for MsgDirection
source§fn eq(&self, other: &MsgDirection) -> bool
fn eq(&self, other: &MsgDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MsgDirection
impl Eq for MsgDirection
impl StructuralPartialEq for MsgDirection
Auto Trait Implementations§
impl RefUnwindSafe for MsgDirection
impl Send for MsgDirection
impl Sync for MsgDirection
impl Unpin for MsgDirection
impl UnwindSafe for MsgDirection
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