pub enum IDSource {
Cusip,
Sedol,
Quik,
IsinNumber,
RicCode,
}
Variants§
Implementations§
Source§impl IDSource
impl IDSource
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for IDSource
impl IntoFixValue for IDSource
impl Copy for IDSource
impl Eq for IDSource
impl StructuralPartialEq for IDSource
Auto Trait Implementations§
impl Freeze for IDSource
impl RefUnwindSafe for IDSource
impl Send for IDSource
impl Sync for IDSource
impl Unpin for IDSource
impl UnwindSafe for IDSource
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