pub struct GetIssuePropertyKeysParams {
pub issue_id_or_key: String,
}
Expand description
struct for passing parameters to the method get_issue_property_keys
Fields§
§issue_id_or_key: String
The key or ID of the issue.
Trait Implementations§
Source§impl Clone for GetIssuePropertyKeysParams
impl Clone for GetIssuePropertyKeysParams
Source§fn clone(&self) -> GetIssuePropertyKeysParams
fn clone(&self) -> GetIssuePropertyKeysParams
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 GetIssuePropertyKeysParams
impl RefUnwindSafe for GetIssuePropertyKeysParams
impl Send for GetIssuePropertyKeysParams
impl Sync for GetIssuePropertyKeysParams
impl Unpin for GetIssuePropertyKeysParams
impl UnwindSafe for GetIssuePropertyKeysParams
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