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