Enum saml_rs::sp::SamlBindingType
source · [−]pub enum SamlBindingType {
AssertionConsumerService,
SingleLogoutService,
}
Expand description
Allows one to build a definition with SamlBindingType::AssertionConsumerService(s) and SamlBindingType::SingleLogoutService(s)
Variants
AssertionConsumerService
AssertionConsumerService, where you send Authn Rssponses
SingleLogoutService
Logout endpoints
Trait Implementations
sourceimpl Clone for SamlBindingType
impl Clone for SamlBindingType
sourcefn clone(&self) -> SamlBindingType
fn clone(&self) -> SamlBindingType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SamlBindingType
impl Debug for SamlBindingType
sourceimpl<'de> Deserialize<'de> for SamlBindingType
impl<'de> Deserialize<'de> for SamlBindingType
sourcefn 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
sourceimpl FromStr for SamlBindingType
impl FromStr for SamlBindingType
sourceimpl Serialize for SamlBindingType
impl Serialize for SamlBindingType
sourceimpl ToString for SamlBindingType
impl ToString for SamlBindingType
impl Copy for SamlBindingType
Auto Trait Implementations
impl RefUnwindSafe for SamlBindingType
impl Send for SamlBindingType
impl Sync for SamlBindingType
impl Unpin for SamlBindingType
impl UnwindSafe for SamlBindingType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more