pub struct TaskNotification {
pub task_id: String,
pub status: String,
}Expand description
Task notification
Fields§
§task_id: String§status: StringTrait Implementations§
Source§impl Clone for TaskNotification
impl Clone for TaskNotification
Source§fn clone(&self) -> TaskNotification
fn clone(&self) -> TaskNotification
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 moreAuto Trait Implementations§
impl Freeze for TaskNotification
impl RefUnwindSafe for TaskNotification
impl Send for TaskNotification
impl Sync for TaskNotification
impl Unpin for TaskNotification
impl UnsafeUnpin for TaskNotification
impl UnwindSafe for TaskNotification
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