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