Enum quickfix_msg50::field_types::PegScope
source · pub enum PegScope {
Local = 1,
National = 2,
Global = 3,
NationalExcludingLocal = 4,
}Variants§
Implementations§
source§impl PegScope
impl PegScope
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for PegScope
impl IntoFixValue for PegScope
source§impl PartialEq for PegScope
impl PartialEq for PegScope
impl Copy for PegScope
impl Eq 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