Enum openlimits_exchange::message::subscription::Subscription [−][src]
pub enum Subscription {
Tick(MarketPair),
}Variants
Tick(MarketPair)Tuple Fields of Tick
0: MarketPairTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Subscription
impl Send for Subscription
impl Sync for Subscription
impl Unpin for Subscription
impl UnwindSafe for Subscription
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more