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