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