pub enum MaturityMonthYearFormat {
    YearmonthOnly,
    Yearmonthday,
    Yearmonthweek,
}Variants§
Implementations§
source§impl MaturityMonthYearFormat
 
impl MaturityMonthYearFormat
pub fn from_bytes(input: &[u8]) -> Option<MaturityMonthYearFormat>
pub fn from_fix_str(input: &FixStr) -> Option<MaturityMonthYearFormat>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for MaturityMonthYearFormat
 
impl Clone for MaturityMonthYearFormat
source§fn clone(&self) -> MaturityMonthYearFormat
 
fn clone(&self) -> MaturityMonthYearFormat
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 MaturityMonthYearFormat
 
impl Debug for MaturityMonthYearFormat
source§impl Default for MaturityMonthYearFormat
 
impl Default for MaturityMonthYearFormat
source§fn default() -> MaturityMonthYearFormat
 
fn default() -> MaturityMonthYearFormat
Returns the “default value” for a type. Read more
source§impl From<MaturityMonthYearFormat> for &'static [u8]
 
impl From<MaturityMonthYearFormat> for &'static [u8]
source§impl PartialEq<MaturityMonthYearFormat> for MaturityMonthYearFormat
 
impl PartialEq<MaturityMonthYearFormat> for MaturityMonthYearFormat
source§fn eq(&self, other: &MaturityMonthYearFormat) -> bool
 
fn eq(&self, other: &MaturityMonthYearFormat) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for MaturityMonthYearFormat
 
impl ToFixString for MaturityMonthYearFormat
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for MaturityMonthYearFormat
 
impl TryFrom<i64> for MaturityMonthYearFormat
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<MaturityMonthYearFormat, SessionRejectReason>
 
fn try_from(input: Int) -> Result<MaturityMonthYearFormat, SessionRejectReason>
Performs the conversion.
impl Copy for MaturityMonthYearFormat
impl Eq for MaturityMonthYearFormat
impl StructuralEq for MaturityMonthYearFormat
impl StructuralPartialEq for MaturityMonthYearFormat
Auto Trait Implementations§
impl RefUnwindSafe for MaturityMonthYearFormat
impl Send for MaturityMonthYearFormat
impl Sync for MaturityMonthYearFormat
impl Unpin for MaturityMonthYearFormat
impl UnwindSafe for MaturityMonthYearFormat
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