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