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