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