pub struct TaskSnapshotEntry {
pub subject: String,
pub status: String,
}Expand description
A task snapshot entry within a session digest.
Fields§
§subject: String§status: StringTrait Implementations§
Source§impl Clone for TaskSnapshotEntry
impl Clone for TaskSnapshotEntry
Source§fn clone(&self) -> TaskSnapshotEntry
fn clone(&self) -> TaskSnapshotEntry
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 TaskSnapshotEntry
impl RefUnwindSafe for TaskSnapshotEntry
impl Send for TaskSnapshotEntry
impl Sync for TaskSnapshotEntry
impl Unpin for TaskSnapshotEntry
impl UnsafeUnpin for TaskSnapshotEntry
impl UnwindSafe for TaskSnapshotEntry
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