Enum quickfix_msg43::field_types::EmailType
source · pub enum EmailType {
New,
Reply,
AdminReply,
}
Variants§
Implementations§
source§impl EmailType
impl EmailType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for EmailType
impl IntoFixValue for EmailType
source§impl PartialEq for EmailType
impl PartialEq for EmailType
impl Copy for EmailType
impl Eq for EmailType
impl StructuralPartialEq for EmailType
Auto Trait Implementations§
impl RefUnwindSafe for EmailType
impl Send for EmailType
impl Sync for EmailType
impl Unpin for EmailType
impl UnwindSafe for EmailType
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