pub struct DeleteIpAllowListEntryPayload;Trait Implementations§
Source§impl HasField<ipAllowListEntry> for DeleteIpAllowListEntryPayload
impl HasField<ipAllowListEntry> for DeleteIpAllowListEntryPayload
Source§type Type = Option<IpAllowListEntry>
type Type = Option<IpAllowListEntry>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DeleteIpAllowListEntryPayload
impl RefUnwindSafe for DeleteIpAllowListEntryPayload
impl Send for DeleteIpAllowListEntryPayload
impl Sync for DeleteIpAllowListEntryPayload
impl Unpin for DeleteIpAllowListEntryPayload
impl UnwindSafe for DeleteIpAllowListEntryPayload
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