pub enum SettlDeliveryType {
Versus = 0,
Free = 1,
TriParty = 2,
HoldInCustody = 3,
}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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SettlDeliveryType
Source§impl Debug for SettlDeliveryType
impl Debug for SettlDeliveryType
impl Eq 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
Source§fn eq(&self, other: &SettlDeliveryType) -> bool
fn eq(&self, other: &SettlDeliveryType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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