Enum quickfix_msg43::field_types::BidType
source · 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
source§impl PartialEq for BidType
impl PartialEq for BidType
impl Copy for BidType
impl Eq for BidType
impl StructuralPartialEq for BidType
Auto Trait Implementations§
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