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