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
impl Copy for EmailType
impl Eq for EmailType
impl StructuralPartialEq for EmailType
Auto Trait Implementations§
impl Freeze for EmailType
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