pub struct organizationInvitation;Trait Implementations§
Source§impl Field for organizationInvitation
impl Field for organizationInvitation
Source§impl HasField<organizationInvitation> for OrgInviteMemberAuditEntry
impl HasField<organizationInvitation> for OrgInviteMemberAuditEntry
Source§type Type = Option<OrganizationInvitation>
type Type = Option<OrganizationInvitation>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for organizationInvitation
impl RefUnwindSafe for organizationInvitation
impl Send for organizationInvitation
impl Sync for organizationInvitation
impl Unpin for organizationInvitation
impl UnwindSafe for organizationInvitation
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