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