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