pub struct SetAncestorTaskBody {
pub ancestor_guid: Option<String>,
pub user_id_type: Option<String>,
}Expand description
设置父任务请求体。
Fields§
§ancestor_guid: Option<String>父任务 GUID。不设置时表示将任务转为独立任务。
user_id_type: Option<String>用户 ID 类型。
Trait Implementations§
Source§impl Clone for SetAncestorTaskBody
impl Clone for SetAncestorTaskBody
Source§fn clone(&self) -> SetAncestorTaskBody
fn clone(&self) -> SetAncestorTaskBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetAncestorTaskBody
impl Debug for SetAncestorTaskBody
Source§impl Default for SetAncestorTaskBody
impl Default for SetAncestorTaskBody
Source§fn default() -> SetAncestorTaskBody
fn default() -> SetAncestorTaskBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetAncestorTaskBody
impl RefUnwindSafe for SetAncestorTaskBody
impl Send for SetAncestorTaskBody
impl Sync for SetAncestorTaskBody
impl Unpin for SetAncestorTaskBody
impl UnsafeUnpin for SetAncestorTaskBody
impl UnwindSafe for SetAncestorTaskBody
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