pub struct InviteUsers;
Expand description
Invite users to a school
Trait Implementations§
Source§impl ApiEndpoint for InviteUsers
impl ApiEndpoint for InviteUsers
Source§type Path = InviteSchoolUsersPath
type Path = InviteSchoolUsersPath
The path type for this endpoint.
Source§type Req = InviteSchoolUsersRequest
type Req = InviteSchoolUsersRequest
The request type for this endpoint.
Source§type Res = InviteSchoolUsersResponse
type Res = InviteSchoolUsersResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for InviteUsers
impl RefUnwindSafe for InviteUsers
impl Send for InviteUsers
impl Sync for InviteUsers
impl Unpin for InviteUsers
impl UnwindSafe for InviteUsers
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