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