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