pub struct addUpvote;Trait Implementations§
Source§impl HasArgument<input> for addUpvote
impl HasArgument<input> for addUpvote
Source§type ArgumentType = AddUpvoteInput
type ArgumentType = AddUpvoteInput
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for addUpvote
impl RefUnwindSafe for addUpvote
impl Send for addUpvote
impl Sync for addUpvote
impl Unpin for addUpvote
impl UnwindSafe for addUpvote
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