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