pub struct Search;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for Search
impl ApiEndpoint for Search
Source§type Req = CircleSearchQuery
type Req = CircleSearchQuery
The request type for this endpoint.
Source§type Res = CircleSearchResponse
type Res = CircleSearchResponse
The response type for this endpoint.
Source§type Path = CircleSearchPath
type Path = CircleSearchPath
The path 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