pub struct AgentAuditSink { /* private fields */ }Expand description
Optional async sink for durable resident-agent audit events.
Implementations§
Trait Implementations§
Source§impl Clone for AgentAuditSink
impl Clone for AgentAuditSink
Source§fn clone(&self) -> AgentAuditSink
fn clone(&self) -> AgentAuditSink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AgentAuditSink
impl RefUnwindSafe for AgentAuditSink
impl Send for AgentAuditSink
impl Sync for AgentAuditSink
impl Unpin for AgentAuditSink
impl UnsafeUnpin for AgentAuditSink
impl UnwindSafe for AgentAuditSink
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