pub struct GetUserTaskListForUserResponse {
pub data: Option<UserTaskListResponse>,
}
Fields§
§data: Option<UserTaskListResponse>
Trait Implementations§
Source§impl Clone for GetUserTaskListForUserResponse
impl Clone for GetUserTaskListForUserResponse
Source§fn clone(&self) -> GetUserTaskListForUserResponse
fn clone(&self) -> GetUserTaskListForUserResponse
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 GetUserTaskListForUserResponse
impl Default for GetUserTaskListForUserResponse
Source§fn default() -> GetUserTaskListForUserResponse
fn default() -> GetUserTaskListForUserResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetUserTaskListForUserResponse
impl<'de> Deserialize<'de> for GetUserTaskListForUserResponse
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 GetUserTaskListForUserResponse
impl RefUnwindSafe for GetUserTaskListForUserResponse
impl Send for GetUserTaskListForUserResponse
impl Sync for GetUserTaskListForUserResponse
impl Unpin for GetUserTaskListForUserResponse
impl UnwindSafe for GetUserTaskListForUserResponse
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