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