pub enum SecurityResponseType {
AcceptAsIs = 1,
AcceptWithRevisions = 2,
RejectSecurityProposal = 5,
CannotMatchSelectionCriteria = 6,
}
Variants§
Implementations§
source§impl SecurityResponseType
impl SecurityResponseType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for SecurityResponseType
impl Clone for SecurityResponseType
source§fn clone(&self) -> SecurityResponseType
fn clone(&self) -> SecurityResponseType
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 SecurityResponseType
impl Debug for SecurityResponseType
source§impl FromStr for SecurityResponseType
impl FromStr for SecurityResponseType
source§impl Hash for SecurityResponseType
impl Hash for SecurityResponseType
source§impl IntoFixValue for SecurityResponseType
impl IntoFixValue for SecurityResponseType
source§impl PartialEq for SecurityResponseType
impl PartialEq for SecurityResponseType
source§fn eq(&self, other: &SecurityResponseType) -> bool
fn eq(&self, other: &SecurityResponseType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecurityResponseType
impl Eq for SecurityResponseType
impl StructuralPartialEq for SecurityResponseType
Auto Trait Implementations§
impl RefUnwindSafe for SecurityResponseType
impl Send for SecurityResponseType
impl Sync for SecurityResponseType
impl Unpin for SecurityResponseType
impl UnwindSafe for SecurityResponseType
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