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