Enum quickfix_msg50::field_types::ForexReq
source · pub enum ForexReq {
No,
Yes,
}Variants§
Implementations§
source§impl ForexReq
impl ForexReq
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for ForexReq
impl IntoFixValue for ForexReq
source§impl PartialEq for ForexReq
impl PartialEq for ForexReq
impl Copy for ForexReq
impl Eq for ForexReq
impl StructuralPartialEq for ForexReq
Auto Trait Implementations§
impl RefUnwindSafe for ForexReq
impl Send for ForexReq
impl Sync for ForexReq
impl Unpin for ForexReq
impl UnwindSafe for ForexReq
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