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