pub struct OrganizationInvitation;Trait Implementations§
Source§impl HasField<__typename> for OrganizationInvitation
impl HasField<__typename> for OrganizationInvitation
Source§impl HasField<createdAt> for OrganizationInvitation
impl HasField<createdAt> for OrganizationInvitation
Source§impl HasField<email> for OrganizationInvitation
impl HasField<email> for OrganizationInvitation
Source§impl HasField<id> for OrganizationInvitation
impl HasField<id> for OrganizationInvitation
Source§impl HasField<invitationSource> for OrganizationInvitation
impl HasField<invitationSource> for OrganizationInvitation
Source§type Type = OrganizationInvitationSource
type Type = OrganizationInvitationSource
The schema marker type of this field.
Source§impl HasField<invitationType> for OrganizationInvitation
impl HasField<invitationType> for OrganizationInvitation
Source§type Type = OrganizationInvitationType
type Type = OrganizationInvitationType
The schema marker type of this field.
Source§impl HasField<invitee> for OrganizationInvitation
impl HasField<invitee> for OrganizationInvitation
Source§impl HasField<inviter> for OrganizationInvitation
impl HasField<inviter> for OrganizationInvitation
Source§impl HasField<organization> for OrganizationInvitation
impl HasField<organization> for OrganizationInvitation
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<role> for OrganizationInvitation
impl HasField<role> for OrganizationInvitation
Source§type Type = OrganizationInvitationRole
type Type = OrganizationInvitationRole
The schema marker type of this field.
Source§impl NamedType for OrganizationInvitation
impl NamedType for OrganizationInvitation
impl HasSubtype<OrganizationInvitation> for Node
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