pub struct AuthStatusReport {
pub auth_file: String,
pub token_name: String,
pub header: Value,
pub claims: Value,
pub summary: AuthStatusSummary,
}Fields§
§auth_file: String§token_name: String§header: Value§claims: Value§summary: AuthStatusSummaryTrait Implementations§
Source§impl Clone for AuthStatusReport
impl Clone for AuthStatusReport
Source§fn clone(&self) -> AuthStatusReport
fn clone(&self) -> AuthStatusReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuthStatusReport
impl Debug for AuthStatusReport
Source§impl PartialEq for AuthStatusReport
impl PartialEq for AuthStatusReport
Source§fn eq(&self, other: &AuthStatusReport) -> bool
fn eq(&self, other: &AuthStatusReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthStatusReport
impl StructuralPartialEq for AuthStatusReport
Auto Trait Implementations§
impl Freeze for AuthStatusReport
impl RefUnwindSafe for AuthStatusReport
impl Send for AuthStatusReport
impl Sync for AuthStatusReport
impl Unpin for AuthStatusReport
impl UnsafeUnpin for AuthStatusReport
impl UnwindSafe for AuthStatusReport
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