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