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