pub enum Adjustment {
    Cancel,
    Error,
    Correction,
}Variants§
Implementations§
source§impl Adjustment
 
impl Adjustment
pub const fn from_bytes(input: &[u8]) -> Option<Adjustment>
pub const fn from_fix_str(input: &FixStr) -> Option<Adjustment>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for Adjustment
 
impl Clone for Adjustment
source§fn clone(&self) -> Adjustment
 
fn clone(&self) -> Adjustment
Returns a copy of the value. Read more
1.6.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 Adjustment
 
impl Debug for Adjustment
source§impl Default for Adjustment
 
impl Default for Adjustment
source§fn default() -> Adjustment
 
fn default() -> Adjustment
Returns the “default value” for a type. Read more
source§impl From<Adjustment> for &'static [u8]
 
impl From<Adjustment> for &'static [u8]
source§impl PartialEq for Adjustment
 
impl PartialEq for Adjustment
source§impl ToFixString for Adjustment
 
impl ToFixString for Adjustment
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for Adjustment
 
impl TryFrom<i64> for Adjustment
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<Adjustment, SessionRejectReason>
 
fn try_from(input: Int) -> Result<Adjustment, SessionRejectReason>
Performs the conversion.
impl Copy for Adjustment
impl Eq for Adjustment
impl StructuralPartialEq for Adjustment
Auto Trait Implementations§
impl Freeze for Adjustment
impl RefUnwindSafe for Adjustment
impl Send for Adjustment
impl Sync for Adjustment
impl Unpin for Adjustment
impl UnwindSafe for Adjustment
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)