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