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