pub struct AddDependenciesForTaskResponse {
pub data: EmptyResponse,
}
Fields§
§data: EmptyResponse
An empty object. Some endpoints do not return an object on success. The success is conveyed through a 2– status code and returning an empty object.
Trait Implementations§
Source§impl Clone for AddDependenciesForTaskResponse
impl Clone for AddDependenciesForTaskResponse
Source§fn clone(&self) -> AddDependenciesForTaskResponse
fn clone(&self) -> AddDependenciesForTaskResponse
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 Default for AddDependenciesForTaskResponse
impl Default for AddDependenciesForTaskResponse
Source§fn default() -> AddDependenciesForTaskResponse
fn default() -> AddDependenciesForTaskResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddDependenciesForTaskResponse
impl<'de> Deserialize<'de> for AddDependenciesForTaskResponse
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 AddDependenciesForTaskResponse
impl RefUnwindSafe for AddDependenciesForTaskResponse
impl Send for AddDependenciesForTaskResponse
impl Sync for AddDependenciesForTaskResponse
impl Unpin for AddDependenciesForTaskResponse
impl UnwindSafe for AddDependenciesForTaskResponse
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