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