Enum openlimits_exchange::model::websocket::WebSocketResponse [−][src]
pub enum WebSocketResponse<T> {
Generic(OpenLimitsWebSocketMessage),
Raw(T),
}Expand description
This enum represents a websocket response
Variants
Generic(OpenLimitsWebSocketMessage)Tuple Fields of Generic
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for WebSocketResponse<T> where
T: RefUnwindSafe,
impl<T> Send for WebSocketResponse<T> where
T: Send,
impl<T> Sync for WebSocketResponse<T> where
T: Sync,
impl<T> Unpin for WebSocketResponse<T> where
T: Unpin,
impl<T> UnwindSafe for WebSocketResponse<T> where
T: UnwindSafe,
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