pub struct FetchInstruments {
pub tag: Str,
}Expand description
Fetch instruments.
Fields§
§tag: StrTag.
Implementations§
Source§impl FetchInstruments
impl FetchInstruments
Sourcepub fn new(tag: impl AsRef<str>) -> Self
pub fn new(tag: impl AsRef<str>) -> Self
Create a new FetchInstruments request.
Trait Implementations§
Source§impl Clone for FetchInstruments
impl Clone for FetchInstruments
Source§fn clone(&self) -> FetchInstruments
fn clone(&self) -> FetchInstruments
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FetchInstruments
impl Debug for FetchInstruments
Source§impl Request for FetchInstruments
impl Request for FetchInstruments
Auto Trait Implementations§
impl Freeze for FetchInstruments
impl RefUnwindSafe for FetchInstruments
impl Send for FetchInstruments
impl Sync for FetchInstruments
impl Unpin for FetchInstruments
impl UnwindSafe for FetchInstruments
Blanket Implementations§
Source§impl<T, R, E> Adaptor<R> for T
impl<T, R, E> Adaptor<R> for T
Source§fn from_request(req: R) -> Result<T, ExchangeError>
fn from_request(req: R) -> Result<T, ExchangeError>
Convert from request.
Source§fn into_response(
resp: <T as Request>::Response,
) -> Result<<R as Request>::Response, ExchangeError>
fn into_response( resp: <T as Request>::Response, ) -> Result<<R as Request>::Response, ExchangeError>
Convert into response.
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