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