pub struct UpdateSchoolName;
Expand description
Update a school name
Trait Implementations§
Source§impl ApiEndpoint for UpdateSchoolName
impl ApiEndpoint for UpdateSchoolName
Source§type Path = UpdateSchoolNamePath
type Path = UpdateSchoolNamePath
The path type for this endpoint.
Source§type Req = SchoolNameValue
type Req = SchoolNameValue
The request type for this endpoint.
Source§type Err = AccountError
type Err = AccountError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for UpdateSchoolName
impl RefUnwindSafe for UpdateSchoolName
impl Send for UpdateSchoolName
impl Sync for UpdateSchoolName
impl Unpin for UpdateSchoolName
impl UnwindSafe for UpdateSchoolName
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