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