Enum saml_rs::sp::SamlBinding
source · [−]pub enum SamlBinding {
HttpPost,
HttpRedirect,
}
Expand description
Binding methods TODO: should this be renamed to binding method?
Variants
HttpPost
HTTP-POST method
HttpRedirect
HTTP-REDIRECT method
Trait Implementations
sourceimpl Clone for SamlBinding
impl Clone for SamlBinding
sourcefn clone(&self) -> SamlBinding
fn clone(&self) -> SamlBinding
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 SamlBinding
impl Debug for SamlBinding
sourceimpl Default for SamlBinding
impl Default for SamlBinding
sourceimpl<'de> Deserialize<'de> for SamlBinding
impl<'de> Deserialize<'de> for SamlBinding
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 SamlBinding
impl FromStr for SamlBinding
sourceimpl Serialize for SamlBinding
impl Serialize for SamlBinding
sourceimpl ToString for SamlBinding
impl ToString for SamlBinding
impl Copy for SamlBinding
Auto Trait Implementations
impl RefUnwindSafe for SamlBinding
impl Send for SamlBinding
impl Sync for SamlBinding
impl Unpin for SamlBinding
impl UnwindSafe for SamlBinding
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