pub struct WebImageSearch;
Expand description
Search for images over the web.
§Authorization
standard
§Errors
400 - BadRequest
if the request was not provided in a proper format401 - Unauthorized
if missing/invalid auth was provided.
Trait Implementations§
Source§impl ApiEndpoint for WebImageSearch
impl ApiEndpoint for WebImageSearch
Source§type Path = WebImageSearchPath
type Path = WebImageSearchPath
The path type for this endpoint.
Source§type Req = WebImageSearchQuery
type Req = WebImageSearchQuery
The request type for this endpoint.
Source§type Res = WebImageSearchResponse
type Res = WebImageSearchResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for WebImageSearch
impl RefUnwindSafe for WebImageSearch
impl Send for WebImageSearch
impl Sync for WebImageSearch
impl Unpin for WebImageSearch
impl UnwindSafe for WebImageSearch
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