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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)