pub struct AuditLogLogoutFailed {
pub error_code: Option<String>,
pub error_message: Option<String>,
}
Expand description
The details for events with this type
.
Fields§
§error_code: Option<String>
The error code of the failure.
error_message: Option<String>
The error message of the failure.
Implementations§
Trait Implementations§
Source§impl Clone for AuditLogLogoutFailed
impl Clone for AuditLogLogoutFailed
Source§fn clone(&self) -> AuditLogLogoutFailed
fn clone(&self) -> AuditLogLogoutFailed
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuditLogLogoutFailed
impl Debug for AuditLogLogoutFailed
Source§impl Default for AuditLogLogoutFailed
impl Default for AuditLogLogoutFailed
Source§fn default() -> AuditLogLogoutFailed
fn default() -> AuditLogLogoutFailed
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuditLogLogoutFailed
impl<'de> Deserialize<'de> for AuditLogLogoutFailed
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
Source§impl PartialEq for AuditLogLogoutFailed
impl PartialEq for AuditLogLogoutFailed
Source§impl Serialize for AuditLogLogoutFailed
impl Serialize for AuditLogLogoutFailed
impl StructuralPartialEq for AuditLogLogoutFailed
Auto Trait Implementations§
impl Freeze for AuditLogLogoutFailed
impl RefUnwindSafe for AuditLogLogoutFailed
impl Send for AuditLogLogoutFailed
impl Sync for AuditLogLogoutFailed
impl Unpin for AuditLogLogoutFailed
impl UnwindSafe for AuditLogLogoutFailed
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