pub struct SignInBehavior {
pub redirect_condition: Option<String>,
}Expand description
Controls sign-in behavior.
This type is not used in any activity, and only used as part of another schema.
Fields§
§redirect_condition: Option<String>When to redirect sign-ins to the IdP.
Trait Implementations§
Source§impl Clone for SignInBehavior
impl Clone for SignInBehavior
Source§fn clone(&self) -> SignInBehavior
fn clone(&self) -> SignInBehavior
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 moreSource§impl Debug for SignInBehavior
impl Debug for SignInBehavior
Source§impl Default for SignInBehavior
impl Default for SignInBehavior
Source§fn default() -> SignInBehavior
fn default() -> SignInBehavior
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignInBehavior
impl<'de> Deserialize<'de> for SignInBehavior
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for SignInBehavior
impl Serialize for SignInBehavior
impl Part for SignInBehavior
Auto Trait Implementations§
impl Freeze for SignInBehavior
impl RefUnwindSafe for SignInBehavior
impl Send for SignInBehavior
impl Sync for SignInBehavior
impl Unpin for SignInBehavior
impl UnwindSafe for SignInBehavior
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