pub struct DeleteSchoolAccount;
Expand description
Delete a school account
Trait Implementations§
Source§impl ApiEndpoint for DeleteSchoolAccount
impl ApiEndpoint for DeleteSchoolAccount
Source§type Path = SchoolAccountPath
type Path = SchoolAccountPath
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 DeleteSchoolAccount
impl RefUnwindSafe for DeleteSchoolAccount
impl Send for DeleteSchoolAccount
impl Sync for DeleteSchoolAccount
impl Unpin for DeleteSchoolAccount
impl UnwindSafe for DeleteSchoolAccount
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