Enum diem_key_manager::logging::LogEntry
source · pub enum LogEntry {
CheckKeyStatus,
FullKeyRotation,
Initialized,
KeyRotatedInStorage,
KeyStillFresh,
Sleep,
TransactionResubmission,
TransactionSubmitted,
WaitForReconfiguration,
WaitForTransactionExecution,
}
Variants§
CheckKeyStatus
FullKeyRotation
Initialized
KeyRotatedInStorage
KeyStillFresh
Sleep
TransactionResubmission
TransactionSubmitted
WaitForReconfiguration
WaitForTransactionExecution
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LogEntry
impl Send for LogEntry
impl Sync for LogEntry
impl Unpin for LogEntry
impl UnwindSafe for LogEntry
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Serialize for Twhere
T: Serialize + ?Sized,
impl<T> Serialize for Twhere T: Serialize + ?Sized,
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.