pub enum TestMessageIndicator {
No,
Yes,
}
Variants§
Implementations§
Source§impl TestMessageIndicator
impl TestMessageIndicator
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TestMessageIndicator
impl Clone for TestMessageIndicator
Source§fn clone(&self) -> TestMessageIndicator
fn clone(&self) -> TestMessageIndicator
Returns a duplicate 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 TestMessageIndicator
impl Debug for TestMessageIndicator
Source§impl FromStr for TestMessageIndicator
impl FromStr for TestMessageIndicator
Source§impl Hash for TestMessageIndicator
impl Hash for TestMessageIndicator
Source§impl IntoFixValue for TestMessageIndicator
impl IntoFixValue for TestMessageIndicator
Source§impl PartialEq for TestMessageIndicator
impl PartialEq for TestMessageIndicator
impl Copy for TestMessageIndicator
impl Eq for TestMessageIndicator
impl StructuralPartialEq for TestMessageIndicator
Auto Trait Implementations§
impl Freeze for TestMessageIndicator
impl RefUnwindSafe for TestMessageIndicator
impl Send for TestMessageIndicator
impl Sync for TestMessageIndicator
impl Unpin for TestMessageIndicator
impl UnwindSafe for TestMessageIndicator
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