pub struct WBSRelationChainPath {
pub workitem_id: i64,
pub wbs_relation_chain_path: Vec<WBSRelationChainPathItem>,
}Fields§
§workitem_id: i64§wbs_relation_chain_path: Vec<WBSRelationChainPathItem>Trait Implementations§
Source§impl Clone for WBSRelationChainPath
impl Clone for WBSRelationChainPath
Source§fn clone(&self) -> WBSRelationChainPath
fn clone(&self) -> WBSRelationChainPath
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 WBSRelationChainPath
impl Debug for WBSRelationChainPath
Source§impl<'de> Deserialize<'de> for WBSRelationChainPath
impl<'de> Deserialize<'de> for WBSRelationChainPath
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 WBSRelationChainPath
impl RefUnwindSafe for WBSRelationChainPath
impl Send for WBSRelationChainPath
impl Sync for WBSRelationChainPath
impl Unpin for WBSRelationChainPath
impl UnwindSafe for WBSRelationChainPath
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