pub struct LoginAttemptEvent {
pub username: String,
pub success: bool,
}Fields§
§username: String§success: boolTrait Implementations§
Source§impl Debug for LoginAttemptEvent
impl Debug for LoginAttemptEvent
Source§impl<'de> Deserialize<'de> for LoginAttemptEvent
impl<'de> Deserialize<'de> for LoginAttemptEvent
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 LoginAttemptEvent
impl RefUnwindSafe for LoginAttemptEvent
impl Send for LoginAttemptEvent
impl Sync for LoginAttemptEvent
impl Unpin for LoginAttemptEvent
impl UnwindSafe for LoginAttemptEvent
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