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
impl Copy for ForexReq
impl Eq for ForexReq
impl StructuralPartialEq for ForexReq
Auto Trait Implementations§
impl Freeze for ForexReq
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