Struct logging::intent_log::IntentLogEntry
source · pub struct IntentLogEntry {
kind: IntentKind,
txn_id: TxnId,
status: IntentLogEntryStatus,
}Fields§
§kind: IntentKind§txn_id: TxnId§status: IntentLogEntryStatusImplementations§
source§impl IntentLogEntry
impl IntentLogEntry
pub fn new( txn_id: TxnId, kind: IntentKind, status: IntentLogEntryStatus ) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for IntentLogEntry
impl Send for IntentLogEntry
impl Sync for IntentLogEntry
impl Unpin for IntentLogEntry
impl UnwindSafe for IntentLogEntry
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