pub struct VerifySchool;
Expand description
Update a school names verification flag
Trait Implementations§
Source§impl ApiEndpoint for VerifySchool
impl ApiEndpoint for VerifySchool
Source§type Path = AdminVerifySchoolPath
type Path = AdminVerifySchoolPath
The path type for this endpoint.
Source§type Req = VerifySchoolRequest
type Req = VerifySchoolRequest
The request type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for VerifySchool
impl RefUnwindSafe for VerifySchool
impl Send for VerifySchool
impl Sync for VerifySchool
impl Unpin for VerifySchool
impl UnwindSafe for VerifySchool
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