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