pub struct MakeSubscribeOrdersOptions {}Expand description
Options for making a service to subscribe orders.
Trait Implementations§
Source§impl Debug for MakeSubscribeOrdersOptions
impl Debug for MakeSubscribeOrdersOptions
Source§impl Default for MakeSubscribeOrdersOptions
impl Default for MakeSubscribeOrdersOptions
Source§fn default() -> MakeSubscribeOrdersOptions
fn default() -> MakeSubscribeOrdersOptions
Returns the “default value” for a type. Read more
Source§impl<M> Service<MakeSubscribeOrdersOptions> for AsService<'_, M>where
M: MakeSubscribeOrders,
impl<M> Service<MakeSubscribeOrdersOptions> for AsService<'_, M>where
M: MakeSubscribeOrders,
Source§type Response = <M as MakeSubscribeOrders>::Service
type Response = <M as MakeSubscribeOrders>::Service
Responses given by the service.
Source§type Error = ExchangeError
type Error = ExchangeError
Errors produced by the service.
Source§type Future = <M as MakeSubscribeOrders>::Future
type Future = <M as MakeSubscribeOrders>::Future
The future response value.
Auto Trait Implementations§
impl Freeze for MakeSubscribeOrdersOptions
impl RefUnwindSafe for MakeSubscribeOrdersOptions
impl Send for MakeSubscribeOrdersOptions
impl Sync for MakeSubscribeOrdersOptions
impl Unpin for MakeSubscribeOrdersOptions
impl UnwindSafe for MakeSubscribeOrdersOptions
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