pub enum DlvyInstType {
Securities,
Cash,
}Variants§
Implementations§
Source§impl DlvyInstType
impl DlvyInstType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for DlvyInstType
impl Clone for DlvyInstType
Source§fn clone(&self) -> DlvyInstType
fn clone(&self) -> DlvyInstType
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 DlvyInstType
Source§impl Debug for DlvyInstType
impl Debug for DlvyInstType
impl Eq for DlvyInstType
Source§impl FromStr for DlvyInstType
impl FromStr for DlvyInstType
Source§impl Hash for DlvyInstType
impl Hash for DlvyInstType
Source§impl IntoFixValue for DlvyInstType
impl IntoFixValue for DlvyInstType
Source§impl PartialEq for DlvyInstType
impl PartialEq for DlvyInstType
Source§fn eq(&self, other: &DlvyInstType) -> bool
fn eq(&self, other: &DlvyInstType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DlvyInstType
Auto Trait Implementations§
impl Freeze for DlvyInstType
impl RefUnwindSafe for DlvyInstType
impl Send for DlvyInstType
impl Sync for DlvyInstType
impl Unpin for DlvyInstType
impl UnsafeUnpin for DlvyInstType
impl UnwindSafe for DlvyInstType
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