pub struct CreateSchoolName;
Expand description
Create a school name
Trait Implementations§
Source§impl ApiEndpoint for CreateSchoolName
impl ApiEndpoint for CreateSchoolName
Source§type Path = SchoolNamesPath
type Path = SchoolNamesPath
The path type for this endpoint.
Source§type Req = SchoolNameValue
type Req = SchoolNameValue
The request type for this endpoint.
Source§type Res = SchoolNameId
type Res = SchoolNameId
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 CreateSchoolName
impl RefUnwindSafe for CreateSchoolName
impl Send for CreateSchoolName
impl Sync for CreateSchoolName
impl Unpin for CreateSchoolName
impl UnwindSafe for CreateSchoolName
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