audit_event_id
Module: audit_event_id
Section titled “Module: audit_event_id”Contents
Section titled “Contents”Structs
AuditEventId- A time-ordered identifier assigned to one emitted audit event.AuditEventIdParseError- Error returned when text is not a validAuditEventId.
firma_identifiers::audit_event_id::AuditEventId
Section titled “firma_identifiers::audit_event_id::AuditEventId”Struct
A time-ordered identifier assigned to one emitted audit event.
Its canonical representation is an aevt TypeID backed by an RFC
9562 UUID v7.
Tuple Struct: ()
Methods:
fn generate() -> Self- Generate a newaevtidentifier.
Traits: Eq, Copy
Trait Implementations:
- PartialEq
fn eq(self: &Self, other: &AuditEventId) -> bool
- Clone
fn clone(self: &Self) -> AuditEventId
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Deserialize
fn deserialize<D>(deserializer: D) -> Result<Self, <D as >::Error>
- Serialize
fn serialize<S>(self: &Self, serializer: S) -> Result<<S as >::Ok, <S as >::Error>
- Display
fn fmt(self: &Self, formatter: & mut std::fmt::Formatter) -> std::fmt::Result
- FromStr
fn from_str(value: &str) -> Result<Self, <Self as >::Err>
- Hash
fn hash<__H>(self: &Self, state: & mut __H)
- Ord
fn cmp(self: &Self, other: &AuditEventId) -> $crate::cmp::Ordering
- PartialOrd
fn partial_cmp(self: &Self, other: &AuditEventId) -> $crate::option::Option<$crate::cmp::Ordering>
firma_identifiers::audit_event_id::AuditEventIdParseError
Section titled “firma_identifiers::audit_event_id::AuditEventIdParseError”Struct
Error returned when text is not a valid AuditEventId.
Tuple Struct: ()
Trait Implementations:
- Display
fn fmt(self: &Self, __formatter: & mut ::core::fmt::Formatter) -> ::core::fmt::Result
- Error
fn source(self: &Self) -> ::core::option::Option<&dyn ::thiserror::__private18::Error>
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result