pub struct UpdateSchoolAccount;
Expand description
Update a school account
Trait Implementations§
Source§impl ApiEndpoint for UpdateSchoolAccount
impl ApiEndpoint for UpdateSchoolAccount
Source§type Path = SchoolAccountPath
type Path = SchoolAccountPath
The path type for this endpoint.
Source§type Req = UpdateSchoolAccountRequest
type Req = UpdateSchoolAccountRequest
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 UpdateSchoolAccount
impl RefUnwindSafe for UpdateSchoolAccount
impl Send for UpdateSchoolAccount
impl Sync for UpdateSchoolAccount
impl Unpin for UpdateSchoolAccount
impl UnwindSafe for UpdateSchoolAccount
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