pub struct WBSRelationChainPathItem {
pub project_key: String,
pub workitem_type_key: String,
pub type: String,
pub name: String,
pub level: i64,
pub node_name: String,
}Fields§
§project_key: String§workitem_type_key: String§type: String§name: String§level: i64§node_name: StringTrait Implementations§
Source§impl Clone for WBSRelationChainPathItem
impl Clone for WBSRelationChainPathItem
Source§fn clone(&self) -> WBSRelationChainPathItem
fn clone(&self) -> WBSRelationChainPathItem
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 WBSRelationChainPathItem
impl Debug for WBSRelationChainPathItem
Source§impl<'de> Deserialize<'de> for WBSRelationChainPathItem
impl<'de> Deserialize<'de> for WBSRelationChainPathItem
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 WBSRelationChainPathItem
impl RefUnwindSafe for WBSRelationChainPathItem
impl Send for WBSRelationChainPathItem
impl Sync for WBSRelationChainPathItem
impl Unpin for WBSRelationChainPathItem
impl UnwindSafe for WBSRelationChainPathItem
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