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