pub struct NotificationConnection;Trait Implementations§
Source§impl HasField<__typename> for NotificationConnection
impl HasField<__typename> for NotificationConnection
Source§impl HasField<edges> for NotificationConnection
impl HasField<edges> for NotificationConnection
Source§type Type = Vec<NotificationEdge>
type Type = Vec<NotificationEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for NotificationConnection
impl HasField<nodes> for NotificationConnection
Source§type Type = Vec<Notification>
type Type = Vec<Notification>
The schema marker type of this field.
Source§impl HasField<pageInfo> for NotificationConnection
impl HasField<pageInfo> for NotificationConnection
Auto Trait Implementations§
impl Freeze for NotificationConnection
impl RefUnwindSafe for NotificationConnection
impl Send for NotificationConnection
impl Sync for NotificationConnection
impl Unpin for NotificationConnection
impl UnwindSafe for NotificationConnection
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