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