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