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