pub struct GovernanceAuditEmitter { /* private fields */ }Expand description
Sends audit events to a remote governance agent using MXP transport.
Implementations§
Source§impl GovernanceAuditEmitter
impl GovernanceAuditEmitter
Sourcepub fn new(transport: TransportHandle, target: SocketAddr) -> Self
pub fn new(transport: TransportHandle, target: SocketAddr) -> Self
Creates a new governance emitter.
Trait Implementations§
Source§impl Clone for GovernanceAuditEmitter
impl Clone for GovernanceAuditEmitter
Source§fn clone(&self) -> GovernanceAuditEmitter
fn clone(&self) -> GovernanceAuditEmitter
Returns a duplicate of the value. Read more
1.0.0 · 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 GovernanceAuditEmitter
impl RefUnwindSafe for GovernanceAuditEmitter
impl Send for GovernanceAuditEmitter
impl Sync for GovernanceAuditEmitter
impl Unpin for GovernanceAuditEmitter
impl UnwindSafe for GovernanceAuditEmitter
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