Struct language2::HistoryEntry
source · pub struct HistoryEntry { /* private fields */ }
Implementations§
source§impl HistoryEntry
impl HistoryEntry
pub fn transaction_id(&self) -> Lamport
Trait Implementations§
source§impl Clone for HistoryEntry
impl Clone for HistoryEntry
source§fn clone(&self) -> HistoryEntry
fn clone(&self) -> HistoryEntry
Returns a copy 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 RefUnwindSafe for HistoryEntry
impl Send for HistoryEntry
impl Sync for HistoryEntry
impl Unpin for HistoryEntry
impl UnwindSafe for HistoryEntry
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