pub struct GetContractSymbolsRequest {
pub query: GetContractSymbolsRequestQuery,
}Expand description
Returns a list of contracts based on the search symbol provided as a query param.
Fields§
§query: GetContractSymbolsRequestQueryImplementations§
Source§impl GetContractSymbolsRequest
impl GetContractSymbolsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetContractSymbolsResponse>
pub async fn parse_response(req: Response) -> Result<GetContractSymbolsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetContractSymbolsRequest
impl Clone for GetContractSymbolsRequest
Source§fn clone(&self) -> GetContractSymbolsRequest
fn clone(&self) -> GetContractSymbolsRequest
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 GetContractSymbolsRequest
impl Debug for GetContractSymbolsRequest
Source§impl Default for GetContractSymbolsRequest
impl Default for GetContractSymbolsRequest
Source§impl Validate for GetContractSymbolsRequest
impl Validate for GetContractSymbolsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetContractSymbolsRequest
impl<'v_a> ValidateArgs<'v_a> for GetContractSymbolsRequest
Auto Trait Implementations§
impl Freeze for GetContractSymbolsRequest
impl RefUnwindSafe for GetContractSymbolsRequest
impl Send for GetContractSymbolsRequest
impl Sync for GetContractSymbolsRequest
impl Unpin for GetContractSymbolsRequest
impl UnsafeUnpin for GetContractSymbolsRequest
impl UnwindSafe for GetContractSymbolsRequest
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