pub struct Search;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for Search
impl ApiEndpoint for Search
Source§type Path = ResourceSearchPath
type Path = ResourceSearchPath
The path type for this endpoint.
Source§type Req = ResourceSearchQuery
type Req = ResourceSearchQuery
The request type for this endpoint.
Source§type Res = ResourceSearchResponse
type Res = ResourceSearchResponse
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 Search
impl RefUnwindSafe for Search
impl Send for Search
impl Sync for Search
impl Unpin for Search
impl UnwindSafe for Search
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