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