pub struct InMemoryAuditLedger { /* private fields */ }Implementations§
Source§impl InMemoryAuditLedger
impl InMemoryAuditLedger
pub fn records(&self) -> &[AuditRecord]
Trait Implementations§
Source§impl AuditLedger for InMemoryAuditLedger
impl AuditLedger for InMemoryAuditLedger
Source§impl Default for InMemoryAuditLedger
impl Default for InMemoryAuditLedger
Source§fn default() -> InMemoryAuditLedger
fn default() -> InMemoryAuditLedger
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryAuditLedger
impl RefUnwindSafe for InMemoryAuditLedger
impl Send for InMemoryAuditLedger
impl Sync for InMemoryAuditLedger
impl Unpin for InMemoryAuditLedger
impl UnsafeUnpin for InMemoryAuditLedger
impl UnwindSafe for InMemoryAuditLedger
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