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