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