pub struct PushAllowanceConnection;
Trait Implementations§
Source§impl HasField<__typename> for PushAllowanceConnection
impl HasField<__typename> for PushAllowanceConnection
Source§impl HasField<edges> for PushAllowanceConnection
impl HasField<edges> for PushAllowanceConnection
Source§impl HasField<nodes> for PushAllowanceConnection
impl HasField<nodes> for PushAllowanceConnection
Source§impl HasField<pageInfo> for PushAllowanceConnection
impl HasField<pageInfo> for PushAllowanceConnection
Source§impl HasField<totalCount> for PushAllowanceConnection
impl HasField<totalCount> for PushAllowanceConnection
Auto Trait Implementations§
impl Freeze for PushAllowanceConnection
impl RefUnwindSafe for PushAllowanceConnection
impl Send for PushAllowanceConnection
impl Sync for PushAllowanceConnection
impl Unpin for PushAllowanceConnection
impl UnwindSafe for PushAllowanceConnection
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