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