pub struct AuditQuery { /* private fields */ }Expand description
Audit query builder.
Implementations§
Source§impl AuditQuery
impl AuditQuery
Sourcepub fn event_type(self, event_type: AuditEventType) -> Self
pub fn event_type(self, event_type: AuditEventType) -> Self
Filter by event type.
Sourcepub fn result(self, result: AuditResult) -> Self
pub fn result(self, result: AuditResult) -> Self
Filter by result.
Sourcepub fn build(self) -> StorageQuery
pub fn build(self) -> StorageQuery
Build the storage query.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuditQuery
impl RefUnwindSafe for AuditQuery
impl Send for AuditQuery
impl Sync for AuditQuery
impl Unpin for AuditQuery
impl UnsafeUnpin for AuditQuery
impl UnwindSafe for AuditQuery
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