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