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