pub struct RemoveVoteParams {
pub issue_id_or_key: String,
}
Expand description
struct for passing parameters to the method remove_vote
Fields§
§issue_id_or_key: String
The ID or key of the issue.
Trait Implementations§
Source§impl Clone for RemoveVoteParams
impl Clone for RemoveVoteParams
Source§fn clone(&self) -> RemoveVoteParams
fn clone(&self) -> RemoveVoteParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RemoveVoteParams
impl RefUnwindSafe for RemoveVoteParams
impl Send for RemoveVoteParams
impl Sync for RemoveVoteParams
impl Unpin for RemoveVoteParams
impl UnwindSafe for RemoveVoteParams
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