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