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