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