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