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