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 Freeze for GetAssignableUserParams
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