pub struct OrganizationInvitationType {}Auto Trait Implementations§
impl Freeze for OrganizationInvitationType
impl RefUnwindSafe for OrganizationInvitationType
impl Send for OrganizationInvitationType
impl Sync for OrganizationInvitationType
impl Unpin for OrganizationInvitationType
impl UnwindSafe for OrganizationInvitationType
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