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