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