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