pub struct StartTask200Response {
pub id: u64,
pub task_list: TaskListResponse,
}
Fields§
§id: u64
§task_list: TaskListResponse
Implementations§
Source§impl StartTask200Response
impl StartTask200Response
pub fn new(id: u64, task_list: TaskListResponse) -> StartTask200Response
Trait Implementations§
Source§impl Clone for StartTask200Response
impl Clone for StartTask200Response
Source§fn clone(&self) -> StartTask200Response
fn clone(&self) -> StartTask200Response
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StartTask200Response
impl Debug for StartTask200Response
Source§impl<'de> Deserialize<'de> for StartTask200Response
impl<'de> Deserialize<'de> for StartTask200Response
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 FromStr for StartTask200Response
Converts Query Parameters representation (style=form, explode=false) to a StartTask200Response value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for StartTask200Response
Converts Query Parameters representation (style=form, explode=false) to a StartTask200Response value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for StartTask200Response
impl PartialEq for StartTask200Response
Source§impl Serialize for StartTask200Response
impl Serialize for StartTask200Response
Source§impl ToString for StartTask200Response
Converts the StartTask200Response value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for StartTask200Response
Converts the StartTask200Response value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer
impl StructuralPartialEq for StartTask200Response
Auto Trait Implementations§
impl Freeze for StartTask200Response
impl RefUnwindSafe for StartTask200Response
impl Send for StartTask200Response
impl Sync for StartTask200Response
impl Unpin for StartTask200Response
impl UnwindSafe for StartTask200Response
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