pub struct Audit {
pub sink: Option<Vec<AuditSink>>,
pub stream: Option<String>,
}Fields§
§sink: Option<Vec<AuditSink>>§stream: Option<String>The declared stream sink: [stream] appends to. Required with that
sink; audit records are otherwise written and then unreadable, since
Kind::Audit is deliberately not manifest-indexed.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Audit
impl<'de> Deserialize<'de> for Audit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Audit
Auto Trait Implementations§
impl Freeze for Audit
impl RefUnwindSafe for Audit
impl Send for Audit
impl Sync for Audit
impl Unpin for Audit
impl UnsafeUnpin for Audit
impl UnwindSafe for Audit
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