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