pub struct IpAllowListEntry;
Trait Implementations§
Source§impl HasField<__typename> for IpAllowListEntry
impl HasField<__typename> for IpAllowListEntry
Source§impl HasField<allowListValue> for IpAllowListEntry
impl HasField<allowListValue> for IpAllowListEntry
Source§impl HasField<createdAt> for IpAllowListEntry
impl HasField<createdAt> for IpAllowListEntry
Source§impl HasField<id> for IpAllowListEntry
impl HasField<id> for IpAllowListEntry
Source§impl HasField<isActive> for IpAllowListEntry
impl HasField<isActive> for IpAllowListEntry
Source§impl HasField<name> for IpAllowListEntry
impl HasField<name> for IpAllowListEntry
Source§impl HasField<owner> for IpAllowListEntry
impl HasField<owner> for IpAllowListEntry
Source§type Type = IpAllowListOwner
type Type = IpAllowListOwner
The schema marker type of this field.
Source§impl HasField<updatedAt> for IpAllowListEntry
impl HasField<updatedAt> for IpAllowListEntry
Source§impl NamedType for IpAllowListEntry
impl NamedType for IpAllowListEntry
impl HasSubtype<IpAllowListEntry> for Node
Auto Trait Implementations§
impl Freeze for IpAllowListEntry
impl RefUnwindSafe for IpAllowListEntry
impl Send for IpAllowListEntry
impl Sync for IpAllowListEntry
impl Unpin for IpAllowListEntry
impl UnwindSafe for IpAllowListEntry
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