Enum openlimits_exchange::message::request::Request [−][src]
pub enum Request {
Subscription(Subscription),
}Variants
Subscription(Subscription)Tuple Fields of Subscription
0: SubscriptionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Request
impl UnwindSafe for Request
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