pub struct StatusHistoryStep {
pub author: IdentityStub,
pub status: Status,
pub at: TimeStamp,
}Expand description
One version of the status in the history.
Fields§
The author of the change.
status: StatusThe new status.
at: TimeStampWhen this change happened.
Trait Implementations§
Source§impl Clone for StatusHistoryStep
impl Clone for StatusHistoryStep
Source§fn clone(&self) -> StatusHistoryStep
fn clone(&self) -> StatusHistoryStep
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 StatusHistoryStep
impl Debug for StatusHistoryStep
impl Copy for StatusHistoryStep
Auto Trait Implementations§
impl Freeze for StatusHistoryStep
impl RefUnwindSafe for StatusHistoryStep
impl Send for StatusHistoryStep
impl Sync for StatusHistoryStep
impl Unpin for StatusHistoryStep
impl UnwindSafe for StatusHistoryStep
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