pub struct UpdateIssueTypeParams {
pub id: String,
pub issue_type_update_bean: IssueTypeUpdateBean,
}Expand description
struct for passing parameters to the method update_issue_type
Fields§
§id: StringThe ID of the issue type.
issue_type_update_bean: IssueTypeUpdateBeanTrait Implementations§
Source§impl Clone for UpdateIssueTypeParams
impl Clone for UpdateIssueTypeParams
Source§fn clone(&self) -> UpdateIssueTypeParams
fn clone(&self) -> UpdateIssueTypeParams
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 moreSource§impl Debug for UpdateIssueTypeParams
impl Debug for UpdateIssueTypeParams
Source§impl Default for UpdateIssueTypeParams
impl Default for UpdateIssueTypeParams
Source§fn default() -> UpdateIssueTypeParams
fn default() -> UpdateIssueTypeParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateIssueTypeParams
impl RefUnwindSafe for UpdateIssueTypeParams
impl Send for UpdateIssueTypeParams
impl Sync for UpdateIssueTypeParams
impl Unpin for UpdateIssueTypeParams
impl UnwindSafe for UpdateIssueTypeParams
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