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