pub struct SearchSchools;
Expand description
List school names
Trait Implementations§
Source§impl ApiEndpoint for SearchSchools
impl ApiEndpoint for SearchSchools
Source§type Path = AdminSchoolsPath
type Path = AdminSchoolsPath
The path type for this endpoint.
Source§type Req = SearchSchoolsParams
type Req = SearchSchoolsParams
The request type for this endpoint.
Source§type Res = SearchSchoolsResponse
type Res = SearchSchoolsResponse
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 SearchSchools
impl RefUnwindSafe for SearchSchools
impl Send for SearchSchools
impl Sync for SearchSchools
impl Unpin for SearchSchools
impl UnwindSafe for SearchSchools
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