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