pub struct increasePostViewCount;
Trait Implementations§
Source§impl Field for increasePostViewCount
impl Field for increasePostViewCount
Source§impl HasArgument<postId> for increasePostViewCount
impl HasArgument<postId> for increasePostViewCount
Auto Trait Implementations§
impl Freeze for increasePostViewCount
impl RefUnwindSafe for increasePostViewCount
impl Send for increasePostViewCount
impl Sync for increasePostViewCount
impl Unpin for increasePostViewCount
impl UnwindSafe for increasePostViewCount
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