pub enum ConfirmType {
Status = 1,
Confirmation = 2,
ConfirmationRequestRejected = 3,
}
Variants§
Implementations§
Source§impl ConfirmType
impl ConfirmType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for ConfirmType
impl Clone for ConfirmType
Source§fn clone(&self) -> ConfirmType
fn clone(&self) -> ConfirmType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ConfirmType
impl Debug for ConfirmType
Source§impl FromStr for ConfirmType
impl FromStr for ConfirmType
Source§impl Hash for ConfirmType
impl Hash for ConfirmType
Source§impl IntoFixValue for ConfirmType
impl IntoFixValue for ConfirmType
Source§impl PartialEq for ConfirmType
impl PartialEq for ConfirmType
impl Copy for ConfirmType
impl Eq for ConfirmType
impl StructuralPartialEq for ConfirmType
Auto Trait Implementations§
impl Freeze for ConfirmType
impl RefUnwindSafe for ConfirmType
impl Send for ConfirmType
impl Sync for ConfirmType
impl Unpin for ConfirmType
impl UnwindSafe for ConfirmType
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