pub struct PamojaAuditLog { /* private fields */ }Expand description
An opaque handle to a log that signs and chains what it is given.
Create it with pamoja_audit_log_new, or with
pamoja_audit_log_resume to carry on from a log that already has entries,
and release it with pamoja_audit_log_free.
Auto Trait Implementations§
impl Freeze for PamojaAuditLog
impl RefUnwindSafe for PamojaAuditLog
impl Send for PamojaAuditLog
impl Sync for PamojaAuditLog
impl Unpin for PamojaAuditLog
impl UnsafeUnpin for PamojaAuditLog
impl UnwindSafe for PamojaAuditLog
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