pub enum MDUpdateAction {
New,
Change,
Delete,
}
Variants§
Implementations§
Source§impl MDUpdateAction
impl MDUpdateAction
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
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.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 MDUpdateAction
impl Debug for MDUpdateAction
Source§impl FromStr for MDUpdateAction
impl FromStr for MDUpdateAction
Source§impl Hash for MDUpdateAction
impl Hash for MDUpdateAction
Source§impl IntoFixValue for MDUpdateAction
impl IntoFixValue for MDUpdateAction
Source§impl PartialEq for MDUpdateAction
impl PartialEq for MDUpdateAction
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