pub struct GetAdminSchoolAccount;
Expand description
Get a school account for administration
Trait Implementations§
Source§impl ApiEndpoint for GetAdminSchoolAccount
impl ApiEndpoint for GetAdminSchoolAccount
Source§type Path = AdminSchoolAccountPath
type Path = AdminSchoolAccountPath
The path type for this endpoint.
Source§type Res = GetAdminSchoolAccountResponse
type Res = GetAdminSchoolAccountResponse
The response type for this endpoint.
Source§type Err = AccountError
type Err = AccountError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetAdminSchoolAccount
impl RefUnwindSafe for GetAdminSchoolAccount
impl Send for GetAdminSchoolAccount
impl Sync for GetAdminSchoolAccount
impl Unpin for GetAdminSchoolAccount
impl UnwindSafe for GetAdminSchoolAccount
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