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