pub struct AuditLog_LogoutFailed {
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.
Trait Implementations§
Source§impl Clone for AuditLog_LogoutFailed
impl Clone for AuditLog_LogoutFailed
Source§fn clone(&self) -> AuditLog_LogoutFailed
fn clone(&self) -> AuditLog_LogoutFailed
Returns a duplicate 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 AuditLog_LogoutFailed
impl Debug for AuditLog_LogoutFailed
Source§impl Default for AuditLog_LogoutFailed
impl Default for AuditLog_LogoutFailed
Source§fn default() -> AuditLog_LogoutFailed
fn default() -> AuditLog_LogoutFailed
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuditLog_LogoutFailed
impl RefUnwindSafe for AuditLog_LogoutFailed
impl Send for AuditLog_LogoutFailed
impl Sync for AuditLog_LogoutFailed
impl Unpin for AuditLog_LogoutFailed
impl UnwindSafe for AuditLog_LogoutFailed
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