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