pub struct ExPand {
pub need_workflow: Option<bool>,
pub need_multi_text: Option<bool>,
pub relation_fields_detail: Option<bool>,
pub need_union_deliverable: Option<bool>,
pub need_wbs_relation_chain_entity: Option<bool>,
pub need_wbs_relation_chain_path: Option<bool>,
}Fields§
§need_workflow: Option<bool>§need_multi_text: Option<bool>§relation_fields_detail: Option<bool>§need_union_deliverable: Option<bool>§need_wbs_relation_chain_entity: Option<bool>§need_wbs_relation_chain_path: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExPand
impl<'de> Deserialize<'de> for ExPand
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 ExPand
impl RefUnwindSafe for ExPand
impl Send for ExPand
impl Sync for ExPand
impl Unpin for ExPand
impl UnwindSafe for ExPand
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