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 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 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
impl Copy for AcctIDSource
impl Eq for AcctIDSource
impl StructuralPartialEq for AcctIDSource
Auto Trait Implementations§
impl Freeze for AcctIDSource
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