pub enum ForceAuthn {
Required,
NotRequired,
}Expand description
Explicit ForceAuthn value for outbound AuthnRequests.
Variants§
Trait Implementations§
Source§impl Clone for ForceAuthn
impl Clone for ForceAuthn
Source§fn clone(&self) -> ForceAuthn
fn clone(&self) -> ForceAuthn
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 moreimpl Copy for ForceAuthn
Source§impl Debug for ForceAuthn
impl Debug for ForceAuthn
impl Eq for ForceAuthn
Source§impl PartialEq for ForceAuthn
impl PartialEq for ForceAuthn
impl StructuralPartialEq for ForceAuthn
Auto Trait Implementations§
impl Freeze for ForceAuthn
impl RefUnwindSafe for ForceAuthn
impl Send for ForceAuthn
impl Sync for ForceAuthn
impl Unpin for ForceAuthn
impl UnsafeUnpin for ForceAuthn
impl UnwindSafe for ForceAuthn
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