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