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