pub struct AuthFlowDiagnosisField;Implementations§
Source§impl AuthFlowDiagnosisField
impl AuthFlowDiagnosisField
pub const ADAPTER: &'static str = "adapter"
pub const ACCESS_TOKEN_PRESENT: &'static str = "access_token_present"
pub const AUTH_FAMILY: &'static str = "auth_family"
pub const AUTH_SCHEME: &'static str = "auth_scheme"
pub const CALLBACK_PATH: &'static str = "callback_path"
pub const CREDENTIAL_SOURCE: &'static str = "credential_source"
pub const DIRECTIVE_HEADER: &'static str = "directive_header"
pub const ENTRY_IDS_COUNT: &'static str = "entry_ids_count"
pub const ENTRY_NAME: &'static str = "entry_name"
pub const ENTITY_KIND: &'static str = "entity_kind"
pub const EXTERNAL_BASE_URL: &'static str = "external_base_url"
pub const FAILURE_STAGE: &'static str = "failure_stage"
pub const GROUP: &'static str = "group"
pub const GROUP_ID: &'static str = "group_id"
pub const GROUP_IDS_COUNT: &'static str = "group_ids_count"
pub const HAS_AUTHORIZATION_HEADER: &'static str = "has_authorization_header"
pub const HAS_CODE: &'static str = "has_code"
pub const HAS_COOKIE_HEADER: &'static str = "has_cookie_header"
pub const HAS_ID_TOKEN: &'static str = "has_id_token"
pub const HAS_METADATA: &'static str = "has_metadata"
pub const HAS_POST_AUTH_REDIRECT_URI: &'static str = "has_post_auth_redirect_uri"
pub const HAS_PROPAGATION_DIRECTIVE: &'static str = "has_propagation_directive"
pub const HAS_REQUESTED_POST_AUTH_REDIRECT_URI: &'static str = "has_requested_post_auth_redirect_uri"
pub const HAS_STATE: &'static str = "has_state"
pub const HAS_TARGET_ID: &'static str = "has_target_id"
pub const HTTP_STATUS: &'static str = "http_status"
pub const METADATA_ID_PRESENT: &'static str = "metadata_id_present"
pub const METADATA_REDEEMED: &'static str = "metadata_redeemed"
pub const METHOD: &'static str = "method"
pub const MODE: &'static str = "mode"
pub const OPERATION_KIND: &'static str = "operation_kind"
pub const POST_AUTH_REDIRECT_PRESENT: &'static str = "post_auth_redirect_present"
pub const PROPAGATION_ENABLED: &'static str = "propagation_enabled"
pub const REASON: &'static str = "reason"
pub const REQUEST_PATH: &'static str = "request_path"
pub const RESPONSE_TRANSPORT: &'static str = "response_transport"
pub const RESOLVED_CLIENT_IP_PRESENT: &'static str = "resolved_client_ip_present"
pub const RESULT_COUNT: &'static str = "result_count"
pub const ROUTE: &'static str = "route"
pub const STATUS: &'static str = "status"
pub const SUBJECT: &'static str = "subject"
pub const TARGET_ID: &'static str = "target_id"
pub const TARGET_PATH: &'static str = "target_path"
pub const TOKEN_CREATED: &'static str = "token_created"
pub const TRANSPORT: &'static str = "transport"
Auto Trait Implementations§
impl Freeze for AuthFlowDiagnosisField
impl RefUnwindSafe for AuthFlowDiagnosisField
impl Send for AuthFlowDiagnosisField
impl Sync for AuthFlowDiagnosisField
impl Unpin for AuthFlowDiagnosisField
impl UnsafeUnpin for AuthFlowDiagnosisField
impl UnwindSafe for AuthFlowDiagnosisField
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