pub struct UnbindRelationRequest {
pub project_key: String,
pub work_item_type_key: String,
pub work_item_id: i64,
pub relation_work_item_id: i64,
pub relation_rule_id: String,
}Fields§
§project_key: String§work_item_type_key: String§work_item_id: i64§relation_work_item_id: i64§relation_rule_id: StringTrait Implementations§
Source§impl Debug for UnbindRelationRequest
impl Debug for UnbindRelationRequest
Source§impl Default for UnbindRelationRequest
impl Default for UnbindRelationRequest
Source§fn default() -> UnbindRelationRequest
fn default() -> UnbindRelationRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnbindRelationRequest
impl RefUnwindSafe for UnbindRelationRequest
impl Send for UnbindRelationRequest
impl Sync for UnbindRelationRequest
impl Unpin for UnbindRelationRequest
impl UnwindSafe for UnbindRelationRequest
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