pub enum SamlLogoutMethods {
FrontchannelIframe,
FrontchannelNative,
Backchannel,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for SamlLogoutMethods
impl Clone for SamlLogoutMethods
Source§fn clone(&self) -> SamlLogoutMethods
fn clone(&self) -> SamlLogoutMethods
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 SamlLogoutMethods
impl Debug for SamlLogoutMethods
Source§impl Default for SamlLogoutMethods
impl Default for SamlLogoutMethods
Source§fn default() -> SamlLogoutMethods
fn default() -> SamlLogoutMethods
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SamlLogoutMethods
impl<'de> Deserialize<'de> for SamlLogoutMethods
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 Display for SamlLogoutMethods
impl Display for SamlLogoutMethods
Source§impl Hash for SamlLogoutMethods
impl Hash for SamlLogoutMethods
Source§impl Ord for SamlLogoutMethods
impl Ord for SamlLogoutMethods
Source§fn cmp(&self, other: &SamlLogoutMethods) -> Ordering
fn cmp(&self, other: &SamlLogoutMethods) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SamlLogoutMethods
impl PartialEq for SamlLogoutMethods
Source§impl PartialOrd for SamlLogoutMethods
impl PartialOrd for SamlLogoutMethods
Source§impl Serialize for SamlLogoutMethods
impl Serialize for SamlLogoutMethods
impl Copy for SamlLogoutMethods
impl Eq for SamlLogoutMethods
impl StructuralPartialEq for SamlLogoutMethods
Auto Trait Implementations§
impl Freeze for SamlLogoutMethods
impl RefUnwindSafe for SamlLogoutMethods
impl Send for SamlLogoutMethods
impl Sync for SamlLogoutMethods
impl Unpin for SamlLogoutMethods
impl UnsafeUnpin for SamlLogoutMethods
impl UnwindSafe for SamlLogoutMethods
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.