Enum easyfix_messages::fields::PegScope  
source · pub enum PegScope {
    Local,
    National,
    Global,
    NationalExcludingLocal,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<PegScope> for PegScope
 
impl PartialEq<PegScope> for PegScope
source§impl ToFixString for PegScope
 
impl ToFixString for PegScope
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for PegScope
 
impl TryFrom<i64> for PegScope
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
impl Copy for PegScope
impl Eq for PegScope
impl StructuralEq for PegScope
impl StructuralPartialEq for PegScope
Auto Trait Implementations§
impl RefUnwindSafe for PegScope
impl Send for PegScope
impl Sync for PegScope
impl Unpin for PegScope
impl UnwindSafe for PegScope
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