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