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