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