pub struct UpdateTaskCommand {
pub update: TaskUpdate,
}Fields§
§update: TaskUpdateTrait Implementations§
Source§impl Clone for UpdateTaskCommand
impl Clone for UpdateTaskCommand
Source§fn clone(&self) -> UpdateTaskCommand
fn clone(&self) -> UpdateTaskCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateTaskCommand
impl Debug for UpdateTaskCommand
Source§impl<'de> Deserialize<'de> for UpdateTaskCommand
impl<'de> Deserialize<'de> for UpdateTaskCommand
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 UpdateTaskCommand
impl PartialEq for UpdateTaskCommand
Source§impl Serialize for UpdateTaskCommand
impl Serialize for UpdateTaskCommand
impl StructuralPartialEq for UpdateTaskCommand
Auto Trait Implementations§
impl Freeze for UpdateTaskCommand
impl RefUnwindSafe for UpdateTaskCommand
impl Send for UpdateTaskCommand
impl Sync for UpdateTaskCommand
impl Unpin for UpdateTaskCommand
impl UnsafeUnpin for UpdateTaskCommand
impl UnwindSafe for UpdateTaskCommand
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