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