pub struct ValidAction {
pub guard_type: EAuthSessionGuardType,
pub detail: Option<String>,
}Expand description
A valid action for completing authentication.
Fields§
§guard_type: EAuthSessionGuardTypeType of guard required.
detail: Option<String>Additional details (e.g., email domain).
Trait Implementations§
Source§impl Clone for ValidAction
impl Clone for ValidAction
Source§fn clone(&self) -> ValidAction
fn clone(&self) -> ValidAction
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 moreAuto Trait Implementations§
impl Freeze for ValidAction
impl RefUnwindSafe for ValidAction
impl Send for ValidAction
impl Sync for ValidAction
impl Unpin for ValidAction
impl UnsafeUnpin for ValidAction
impl UnwindSafe for ValidAction
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