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