pub struct ImportSchoolNamesPath();
Trait Implementations§
Source§impl Clone for ImportSchoolNamesPath
impl Clone for ImportSchoolNamesPath
Source§fn clone(&self) -> ImportSchoolNamesPath
fn clone(&self) -> ImportSchoolNamesPath
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 ImportSchoolNamesPath
impl Debug for ImportSchoolNamesPath
Auto Trait Implementations§
impl Freeze for ImportSchoolNamesPath
impl RefUnwindSafe for ImportSchoolNamesPath
impl Send for ImportSchoolNamesPath
impl Sync for ImportSchoolNamesPath
impl Unpin for ImportSchoolNamesPath
impl UnwindSafe for ImportSchoolNamesPath
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