Struct jira_issue_api::types::GetAssignableUserParams
source · pub struct GetAssignableUserParams {
pub username: Option<String>,
pub project: Option<String>,
pub issue_key: Option<IssueKey>,
pub max_results: Option<u32>,
}
Expand description
Define query parameters
Fields§
§username: Option<String>
§project: Option<String>
§issue_key: Option<IssueKey>
§max_results: Option<u32>
Trait Implementations§
source§impl Clone for GetAssignableUserParams
impl Clone for GetAssignableUserParams
source§fn clone(&self) -> GetAssignableUserParams
fn clone(&self) -> GetAssignableUserParams
Returns a copy 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 RefUnwindSafe for GetAssignableUserParams
impl Send for GetAssignableUserParams
impl Sync for GetAssignableUserParams
impl Unpin for GetAssignableUserParams
impl UnwindSafe for GetAssignableUserParams
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