pub enum RoutingDestination {
Auto,
Amex,
Box,
Cboe,
Ise,
Nom,
Nyse,
Phx,
}Variants§
Trait Implementations§
Source§impl Clone for RoutingDestination
impl Clone for RoutingDestination
Source§fn clone(&self) -> RoutingDestination
fn clone(&self) -> RoutingDestination
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 RoutingDestination
impl Debug for RoutingDestination
Source§impl Default for RoutingDestination
impl Default for RoutingDestination
Source§impl<'de> Deserialize<'de> for RoutingDestination
impl<'de> Deserialize<'de> for RoutingDestination
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for RoutingDestination
impl FromStr for RoutingDestination
Source§impl Serialize for RoutingDestination
impl Serialize for RoutingDestination
Source§impl TryFrom<&str> for RoutingDestination
impl TryFrom<&str> for RoutingDestination
impl Copy for RoutingDestination
Auto Trait Implementations§
impl Freeze for RoutingDestination
impl RefUnwindSafe for RoutingDestination
impl Send for RoutingDestination
impl Sync for RoutingDestination
impl Unpin for RoutingDestination
impl UnwindSafe for RoutingDestination
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