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