pub enum SecurityUpdateAction {
Add,
Delete,
Modify,
}Variants§
Implementations§
Source§impl SecurityUpdateAction
impl SecurityUpdateAction
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SecurityUpdateAction
impl Clone for SecurityUpdateAction
Source§fn clone(&self) -> SecurityUpdateAction
fn clone(&self) -> SecurityUpdateAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SecurityUpdateAction
Source§impl Debug for SecurityUpdateAction
impl Debug for SecurityUpdateAction
impl Eq for SecurityUpdateAction
Source§impl FromStr for SecurityUpdateAction
impl FromStr for SecurityUpdateAction
Source§impl Hash for SecurityUpdateAction
impl Hash for SecurityUpdateAction
Source§impl IntoFixValue for SecurityUpdateAction
impl IntoFixValue for SecurityUpdateAction
Source§impl PartialEq for SecurityUpdateAction
impl PartialEq for SecurityUpdateAction
Source§fn eq(&self, other: &SecurityUpdateAction) -> bool
fn eq(&self, other: &SecurityUpdateAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecurityUpdateAction
Auto Trait Implementations§
impl Freeze for SecurityUpdateAction
impl RefUnwindSafe for SecurityUpdateAction
impl Send for SecurityUpdateAction
impl Sync for SecurityUpdateAction
impl Unpin for SecurityUpdateAction
impl UnsafeUnpin for SecurityUpdateAction
impl UnwindSafe for SecurityUpdateAction
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