pub struct WbsViewResponse {
pub template_key: String,
pub related_sub_work_items: Vec<WBSWorkItem>,
pub relation_chain_path: WBSRelationChainPath,
pub relation_chain_entity: WBSRelationChainEntity,
}Fields§
§template_key: String§relation_chain_path: WBSRelationChainPath§relation_chain_entity: WBSRelationChainEntityTrait Implementations§
Source§impl Clone for WbsViewResponse
impl Clone for WbsViewResponse
Source§fn clone(&self) -> WbsViewResponse
fn clone(&self) -> WbsViewResponse
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 WbsViewResponse
impl Debug for WbsViewResponse
Source§impl<'de> Deserialize<'de> for WbsViewResponse
impl<'de> Deserialize<'de> for WbsViewResponse
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 WbsViewResponse
impl RefUnwindSafe for WbsViewResponse
impl Send for WbsViewResponse
impl Sync for WbsViewResponse
impl Unpin for WbsViewResponse
impl UnwindSafe for WbsViewResponse
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