pub struct RemoveTagForTaskResponse {
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 RemoveTagForTaskResponse
impl Clone for RemoveTagForTaskResponse
Source§fn clone(&self) -> RemoveTagForTaskResponse
fn clone(&self) -> RemoveTagForTaskResponse
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 Debug for RemoveTagForTaskResponse
impl Debug for RemoveTagForTaskResponse
Source§impl Default for RemoveTagForTaskResponse
impl Default for RemoveTagForTaskResponse
Source§fn default() -> RemoveTagForTaskResponse
fn default() -> RemoveTagForTaskResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoveTagForTaskResponse
impl<'de> Deserialize<'de> for RemoveTagForTaskResponse
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
Source§impl Display for RemoveTagForTaskResponse
impl Display for RemoveTagForTaskResponse
Auto Trait Implementations§
impl Freeze for RemoveTagForTaskResponse
impl RefUnwindSafe for RemoveTagForTaskResponse
impl Send for RemoveTagForTaskResponse
impl Sync for RemoveTagForTaskResponse
impl Unpin for RemoveTagForTaskResponse
impl UnwindSafe for RemoveTagForTaskResponse
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