pub struct RelationRule {
pub id: String,
pub name: String,
pub disabled: i64,
pub work_item_relation_id: String,
pub work_item_relation_name: String,
pub current_work_item_type_key: String,
pub current_work_item_type_name: String,
pub remote_work_item_type_key: String,
pub remote_work_item_type_name: String,
pub chat_group_merge: i64,
}Fields§
§id: String§name: String§disabled: i64§work_item_relation_id: String§work_item_relation_name: String§current_work_item_type_key: String§current_work_item_type_name: String§remote_work_item_type_key: String§remote_work_item_type_name: String§chat_group_merge: i64Trait Implementations§
Source§impl Clone for RelationRule
impl Clone for RelationRule
Source§fn clone(&self) -> RelationRule
fn clone(&self) -> RelationRule
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 RelationRule
impl Debug for RelationRule
Source§impl<'de> Deserialize<'de> for RelationRule
impl<'de> Deserialize<'de> for RelationRule
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 RelationRule
impl RefUnwindSafe for RelationRule
impl Send for RelationRule
impl Sync for RelationRule
impl Unpin for RelationRule
impl UnwindSafe for RelationRule
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