pub struct performVotePost;
Trait Implementations§
Source§impl Field for performVotePost
impl Field for performVotePost
Source§impl HasArgument<documentId> for performVotePost
impl HasArgument<documentId> for performVotePost
Source§impl HasArgument<extendedVote> for performVotePost
impl HasArgument<extendedVote> for performVotePost
Source§impl HasArgument<voteType> for performVotePost
impl HasArgument<voteType> for performVotePost
Source§impl HasField<performVotePost> for Mutation
impl HasField<performVotePost> for Mutation
Source§type Type = Option<VoteResultPost>
type Type = Option<VoteResultPost>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for performVotePost
impl RefUnwindSafe for performVotePost
impl Send for performVotePost
impl Sync for performVotePost
impl Unpin for performVotePost
impl UnwindSafe for performVotePost
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