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