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 · 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 SecurityUpdateAction
impl Debug 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
impl Copy for SecurityUpdateAction
impl Eq for SecurityUpdateAction
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 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