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