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