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