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