pub enum BidType {
NonDisclosed = 1,
Disclosed = 2,
NoBiddingProcess = 3,
}
Variants§
Implementations§
Source§impl BidType
impl BidType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for BidType
impl IntoFixValue for BidType
impl Copy for BidType
impl Eq for BidType
impl StructuralPartialEq for BidType
Auto Trait Implementations§
impl Freeze for BidType
impl RefUnwindSafe for BidType
impl Send for BidType
impl Sync for BidType
impl Unpin for BidType
impl UnwindSafe for BidType
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