pub struct notificationSubforumUnread;
Trait Implementations§
Source§impl Field for notificationSubforumUnread
impl Field for notificationSubforumUnread
impl HasInputField<notificationSubforumUnread, Option<JSON>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for notificationSubforumUnread
impl RefUnwindSafe for notificationSubforumUnread
impl Send for notificationSubforumUnread
impl Sync for notificationSubforumUnread
impl Unpin for notificationSubforumUnread
impl UnwindSafe for notificationSubforumUnread
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