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