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