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