pub struct unreadNotificationCounts;
Trait Implementations§
Source§impl Field for unreadNotificationCounts
impl Field for unreadNotificationCounts
Source§impl HasField<unreadNotificationCounts> for Query
impl HasField<unreadNotificationCounts> for Query
Source§type Type = NotificationCounts
type Type = NotificationCounts
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for unreadNotificationCounts
impl RefUnwindSafe for unreadNotificationCounts
impl Send for unreadNotificationCounts
impl Sync for unreadNotificationCounts
impl Unpin for unreadNotificationCounts
impl UnwindSafe for unreadNotificationCounts
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