pub struct AdminVerifySchoolPath();
Trait Implementations§
Source§impl Clone for AdminVerifySchoolPath
impl Clone for AdminVerifySchoolPath
Source§fn clone(&self) -> AdminVerifySchoolPath
fn clone(&self) -> AdminVerifySchoolPath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AdminVerifySchoolPath
impl Debug for AdminVerifySchoolPath
Auto Trait Implementations§
impl Freeze for AdminVerifySchoolPath
impl RefUnwindSafe for AdminVerifySchoolPath
impl Send for AdminVerifySchoolPath
impl Sync for AdminVerifySchoolPath
impl Unpin for AdminVerifySchoolPath
impl UnwindSafe for AdminVerifySchoolPath
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