pub struct AddDependenciesBody {
pub dependencies: Vec<String>,
}Expand description
添加任务依赖请求体
Fields§
§dependencies: Vec<String>依赖的任务 GUID 列表
Trait Implementations§
Source§impl Clone for AddDependenciesBody
impl Clone for AddDependenciesBody
Source§fn clone(&self) -> AddDependenciesBody
fn clone(&self) -> AddDependenciesBody
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 AddDependenciesBody
impl Debug for AddDependenciesBody
Source§impl Default for AddDependenciesBody
impl Default for AddDependenciesBody
Source§fn default() -> AddDependenciesBody
fn default() -> AddDependenciesBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddDependenciesBody
impl RefUnwindSafe for AddDependenciesBody
impl Send for AddDependenciesBody
impl Sync for AddDependenciesBody
impl Unpin for AddDependenciesBody
impl UnsafeUnpin for AddDependenciesBody
impl UnwindSafe for AddDependenciesBody
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