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