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