pub struct NotificationCounts;
Trait Implementations§
Source§impl HasField<__typename> for NotificationCounts
impl HasField<__typename> for NotificationCounts
Source§impl HasField<checkedAt> for NotificationCounts
impl HasField<checkedAt> for NotificationCounts
Auto Trait Implementations§
impl Freeze for NotificationCounts
impl RefUnwindSafe for NotificationCounts
impl Send for NotificationCounts
impl Sync for NotificationCounts
impl Unpin for NotificationCounts
impl UnwindSafe for NotificationCounts
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