pub struct AddEnterpriseSupportEntitlementInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for AddEnterpriseSupportEntitlementInput
impl HasInputField<enterpriseId, Id> for AddEnterpriseSupportEntitlementInput
impl HasInputField<login, String> for AddEnterpriseSupportEntitlementInput
impl InputObjectMarker for AddEnterpriseSupportEntitlementInput
Auto Trait Implementations§
impl Freeze for AddEnterpriseSupportEntitlementInput
impl RefUnwindSafe for AddEnterpriseSupportEntitlementInput
impl Send for AddEnterpriseSupportEntitlementInput
impl Sync for AddEnterpriseSupportEntitlementInput
impl Unpin for AddEnterpriseSupportEntitlementInput
impl UnwindSafe for AddEnterpriseSupportEntitlementInput
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