pub struct TaskFullResponseSchema {
pub data: Box<TaskFullSchema>,
}Fields§
§data: Box<TaskFullSchema>Implementations§
Source§impl TaskFullResponseSchema
impl TaskFullResponseSchema
pub fn new(data: TaskFullSchema) -> TaskFullResponseSchema
Trait Implementations§
Source§impl Clone for TaskFullResponseSchema
impl Clone for TaskFullResponseSchema
Source§fn clone(&self) -> TaskFullResponseSchema
fn clone(&self) -> TaskFullResponseSchema
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 TaskFullResponseSchema
impl Debug for TaskFullResponseSchema
Source§impl Default for TaskFullResponseSchema
impl Default for TaskFullResponseSchema
Source§fn default() -> TaskFullResponseSchema
fn default() -> TaskFullResponseSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskFullResponseSchema
impl<'de> Deserialize<'de> for TaskFullResponseSchema
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 IntoData for TaskFullResponseSchema
impl IntoData for TaskFullResponseSchema
Source§impl PartialEq for TaskFullResponseSchema
impl PartialEq for TaskFullResponseSchema
Source§impl Serialize for TaskFullResponseSchema
impl Serialize for TaskFullResponseSchema
impl StructuralPartialEq for TaskFullResponseSchema
Auto Trait Implementations§
impl Freeze for TaskFullResponseSchema
impl RefUnwindSafe for TaskFullResponseSchema
impl Send for TaskFullResponseSchema
impl Sync for TaskFullResponseSchema
impl Unpin for TaskFullResponseSchema
impl UnwindSafe for TaskFullResponseSchema
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