pub enum PosMaintAction {
New = 1,
Replace = 2,
Cancel = 3,
}
Variants§
Implementations§
Source§impl PosMaintAction
impl PosMaintAction
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for PosMaintAction
impl Clone for PosMaintAction
Source§fn clone(&self) -> PosMaintAction
fn clone(&self) -> PosMaintAction
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 PosMaintAction
impl Debug for PosMaintAction
Source§impl FromStr for PosMaintAction
impl FromStr for PosMaintAction
Source§impl Hash for PosMaintAction
impl Hash for PosMaintAction
Source§impl IntoFixValue for PosMaintAction
impl IntoFixValue for PosMaintAction
Source§impl PartialEq for PosMaintAction
impl PartialEq for PosMaintAction
impl Copy for PosMaintAction
impl Eq for PosMaintAction
impl StructuralPartialEq for PosMaintAction
Auto Trait Implementations§
impl Freeze for PosMaintAction
impl RefUnwindSafe for PosMaintAction
impl Send for PosMaintAction
impl Sync for PosMaintAction
impl Unpin for PosMaintAction
impl UnwindSafe for PosMaintAction
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