pub enum PreviouslyReported {
No,
Yes,
}
Variants§
Implementations§
source§impl PreviouslyReported
impl PreviouslyReported
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for PreviouslyReported
impl Clone for PreviouslyReported
source§fn clone(&self) -> PreviouslyReported
fn clone(&self) -> PreviouslyReported
Returns a copy 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 PreviouslyReported
impl Debug for PreviouslyReported
source§impl FromStr for PreviouslyReported
impl FromStr for PreviouslyReported
source§impl Hash for PreviouslyReported
impl Hash for PreviouslyReported
source§impl IntoFixValue for PreviouslyReported
impl IntoFixValue for PreviouslyReported
source§impl PartialEq for PreviouslyReported
impl PartialEq for PreviouslyReported
source§fn eq(&self, other: &PreviouslyReported) -> bool
fn eq(&self, other: &PreviouslyReported) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PreviouslyReported
impl Eq for PreviouslyReported
impl StructuralPartialEq for PreviouslyReported
Auto Trait Implementations§
impl RefUnwindSafe for PreviouslyReported
impl Send for PreviouslyReported
impl Sync for PreviouslyReported
impl Unpin for PreviouslyReported
impl UnwindSafe for PreviouslyReported
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