pub struct IpAllowListEntryOrder;
Trait Implementations§
impl HasInputField<direction, OrderDirection> for IpAllowListEntryOrder
impl HasInputField<field, IpAllowListEntryOrderField> for IpAllowListEntryOrder
impl InputObjectMarker for IpAllowListEntryOrder
Auto Trait Implementations§
impl Freeze for IpAllowListEntryOrder
impl RefUnwindSafe for IpAllowListEntryOrder
impl Send for IpAllowListEntryOrder
impl Sync for IpAllowListEntryOrder
impl Unpin for IpAllowListEntryOrder
impl UnwindSafe for IpAllowListEntryOrder
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