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