pub enum MdUpdateAction {
    New,
    Change,
    Delete,
    DeleteThru,
    DeleteFrom,
    Overlay,
}Variants§
New
Value “0”
Change
Value “1”
Delete
Value “2”
DeleteThru
Value “3”
DeleteFrom
Value “4”
Overlay
Value “5”
Implementations§
source§impl MdUpdateAction
 
impl MdUpdateAction
pub const fn from_bytes(input: &[u8]) -> Option<MdUpdateAction>
pub const fn from_fix_str(input: &FixStr) -> Option<MdUpdateAction>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for MdUpdateAction
 
impl Clone for MdUpdateAction
source§fn clone(&self) -> MdUpdateAction
 
fn clone(&self) -> MdUpdateAction
Returns a copy of the value. Read more
1.6.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 MdUpdateAction
 
impl Debug for MdUpdateAction
source§impl Default for MdUpdateAction
 
impl Default for MdUpdateAction
source§fn default() -> MdUpdateAction
 
fn default() -> MdUpdateAction
Returns the “default value” for a type. Read more
source§impl From<MdUpdateAction> for &'static [u8]
 
impl From<MdUpdateAction> for &'static [u8]
source§impl PartialEq for MdUpdateAction
 
impl PartialEq for MdUpdateAction
source§impl ToFixString for MdUpdateAction
 
impl ToFixString for MdUpdateAction
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for MdUpdateAction
 
impl TryFrom<u8> for MdUpdateAction
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<MdUpdateAction, SessionRejectReason>
 
fn try_from(input: Char) -> Result<MdUpdateAction, SessionRejectReason>
Performs the conversion.
impl Copy for MdUpdateAction
impl Eq for MdUpdateAction
impl StructuralPartialEq for MdUpdateAction
Auto Trait Implementations§
impl Freeze for MdUpdateAction
impl RefUnwindSafe for MdUpdateAction
impl Send for MdUpdateAction
impl Sync for MdUpdateAction
impl Unpin for MdUpdateAction
impl UnwindSafe for MdUpdateAction
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)