pub struct RelationInstance {
pub relation_work_item_id: i64,
pub relation_work_item_name: String,
pub relation_work_item_type_name: String,
pub relation_work_item_type_key: String,
pub project_relation_rule_id: String,
pub project_relation_rule_name: String,
pub relation_project_key: String,
pub relation_project_name: String,
}Fields§
§relation_work_item_id: i64§relation_work_item_name: String§relation_work_item_type_name: String§relation_work_item_type_key: String§project_relation_rule_id: String§project_relation_rule_name: String§relation_project_key: String§relation_project_name: StringTrait Implementations§
Source§impl Clone for RelationInstance
impl Clone for RelationInstance
Source§fn clone(&self) -> RelationInstance
fn clone(&self) -> RelationInstance
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 RelationInstance
impl Debug for RelationInstance
Source§impl<'de> Deserialize<'de> for RelationInstance
impl<'de> Deserialize<'de> for RelationInstance
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RelationInstance
impl RefUnwindSafe for RelationInstance
impl Send for RelationInstance
impl Sync for RelationInstance
impl Unpin for RelationInstance
impl UnwindSafe for RelationInstance
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