Struct lock_keeper::types::audit_event::AuditEventOptions
source · pub struct AuditEventOptions {
pub key_ids: Vec<KeyId>,
pub after_date: Option<OffsetDateTime>,
pub before_date: Option<OffsetDateTime>,
pub request_id: Option<Uuid>,
}
Expand description
Optional parameters to filter AuditEvent
s by
Fields§
§key_ids: Vec<KeyId>
§after_date: Option<OffsetDateTime>
§before_date: Option<OffsetDateTime>
§request_id: Option<Uuid>
Trait Implementations§
source§impl Clone for AuditEventOptions
impl Clone for AuditEventOptions
source§fn clone(&self) -> AuditEventOptions
fn clone(&self) -> AuditEventOptions
Returns a copy 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 moresource§impl Debug for AuditEventOptions
impl Debug for AuditEventOptions
source§impl Default for AuditEventOptions
impl Default for AuditEventOptions
source§fn default() -> AuditEventOptions
fn default() -> AuditEventOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuditEventOptions
impl<'de> Deserialize<'de> for AuditEventOptions
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
Auto Trait Implementations§
impl Freeze for AuditEventOptions
impl RefUnwindSafe for AuditEventOptions
impl Send for AuditEventOptions
impl Sync for AuditEventOptions
impl Unpin for AuditEventOptions
impl UnwindSafe for AuditEventOptions
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
source§impl<T> ConvertMessage for Twhere
T: for<'a> Deserialize<'a> + Serialize,
impl<T> ConvertMessage for Twhere
T: for<'a> Deserialize<'a> + Serialize,
fn from_message(value: Message) -> Result<Self, LockKeeperError>
fn to_message(self) -> Result<Message, LockKeeperError>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request