Struct ibkr_cp_api_client::websocket::requests::Subscription
source · pub struct Subscription {
pub sub_type: SubscriptionType,
pub exchange: Option<Exchange>,
}
Fields§
§sub_type: SubscriptionType
§exchange: Option<Exchange>
Implementations§
source§impl Subscription
impl Subscription
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§
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