pub struct JwtOccurrence {
pub token_hash: String,
pub source: String,
pub summary: JwtSummary,
pub occurrences: usize,
pub first_entry_id: String,
pub last_entry_id: String,
pub raw_token: Option<String>,
}Fields§
§token_hash: String§source: String§summary: JwtSummary§occurrences: usize§first_entry_id: String§last_entry_id: String§raw_token: Option<String>Trait Implementations§
Source§impl Debug for JwtOccurrence
impl Debug for JwtOccurrence
Auto Trait Implementations§
impl Freeze for JwtOccurrence
impl RefUnwindSafe for JwtOccurrence
impl Send for JwtOccurrence
impl Sync for JwtOccurrence
impl Unpin for JwtOccurrence
impl UnsafeUnpin for JwtOccurrence
impl UnwindSafe for JwtOccurrence
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