pub enum MsgDirection {
Receive,
Send,
}
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 duplicate 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
impl Copy for MsgDirection
impl Eq for MsgDirection
impl StructuralPartialEq for MsgDirection
Auto Trait Implementations§
impl Freeze for MsgDirection
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