pub struct PamojaAuditEntry { /* private fields */ }Expand description
An opaque handle to one signed, chained record.
Obtain one from pamoja_audit_log_append or pamoja_audit_entry_from_bytes,
and release it with pamoja_audit_entry_free.
Auto Trait Implementations§
impl Freeze for PamojaAuditEntry
impl RefUnwindSafe for PamojaAuditEntry
impl Send for PamojaAuditEntry
impl Sync for PamojaAuditEntry
impl Unpin for PamojaAuditEntry
impl UnsafeUnpin for PamojaAuditEntry
impl UnwindSafe for PamojaAuditEntry
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