pub struct cancelEnterpriseAdminInvitation;Trait Implementations§
Source§impl HasArgument<input> for cancelEnterpriseAdminInvitation
impl HasArgument<input> for cancelEnterpriseAdminInvitation
Source§type ArgumentType = CancelEnterpriseAdminInvitationInput
type ArgumentType = CancelEnterpriseAdminInvitationInput
The schema marker type of this argument.
Source§impl HasField<cancelEnterpriseAdminInvitation> for Mutation
impl HasField<cancelEnterpriseAdminInvitation> for Mutation
Source§type Type = Option<CancelEnterpriseAdminInvitationPayload>
type Type = Option<CancelEnterpriseAdminInvitationPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for cancelEnterpriseAdminInvitation
impl RefUnwindSafe for cancelEnterpriseAdminInvitation
impl Send for cancelEnterpriseAdminInvitation
impl Sync for cancelEnterpriseAdminInvitation
impl Unpin for cancelEnterpriseAdminInvitation
impl UnwindSafe for cancelEnterpriseAdminInvitation
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