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