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