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