#[non_exhaustive]pub struct CompromisedCredentialsActionsType {
pub event_action: CompromisedCredentialsEventActionType,
}Expand description
The compromised credentials actions type.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.event_action: CompromisedCredentialsEventActionTypeThe event action.
Implementations§
source§impl CompromisedCredentialsActionsType
impl CompromisedCredentialsActionsType
sourcepub fn event_action(&self) -> &CompromisedCredentialsEventActionType
pub fn event_action(&self) -> &CompromisedCredentialsEventActionType
The event action.
source§impl CompromisedCredentialsActionsType
impl CompromisedCredentialsActionsType
sourcepub fn builder() -> CompromisedCredentialsActionsTypeBuilder
pub fn builder() -> CompromisedCredentialsActionsTypeBuilder
Creates a new builder-style object to manufacture CompromisedCredentialsActionsType.
Trait Implementations§
source§impl Clone for CompromisedCredentialsActionsType
impl Clone for CompromisedCredentialsActionsType
source§fn clone(&self) -> CompromisedCredentialsActionsType
fn clone(&self) -> CompromisedCredentialsActionsType
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 PartialEq for CompromisedCredentialsActionsType
impl PartialEq for CompromisedCredentialsActionsType
source§fn eq(&self, other: &CompromisedCredentialsActionsType) -> bool
fn eq(&self, other: &CompromisedCredentialsActionsType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CompromisedCredentialsActionsType
Auto Trait Implementations§
impl RefUnwindSafe for CompromisedCredentialsActionsType
impl Send for CompromisedCredentialsActionsType
impl Sync for CompromisedCredentialsActionsType
impl Unpin for CompromisedCredentialsActionsType
impl UnwindSafe for CompromisedCredentialsActionsType
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> 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>
Creates a shared type from an unshared type.