pub struct GetSchoolNames;
Expand description
Get a list of imported school names
Trait Implementations§
Source§impl ApiEndpoint for GetSchoolNames
impl ApiEndpoint for GetSchoolNames
Source§type Path = SchoolNamesPath
type Path = SchoolNamesPath
The path type for this endpoint.
Source§type Res = Vec<SchoolName>
type Res = Vec<SchoolName>
The response type for this endpoint.
Source§type Err = AccountError
type Err = AccountError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetSchoolNames
impl RefUnwindSafe for GetSchoolNames
impl Send for GetSchoolNames
impl Sync for GetSchoolNames
impl Unpin for GetSchoolNames
impl UnwindSafe for GetSchoolNames
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