Enum saml_rs::assertion::AssertionType
source · [−]enum AssertionType {
Statement,
AuthnStatement,
AuthzDecisionStatement,
AttributeStatement,
}
Expand description
AssertionTypes, from http://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd <complexType name="AssertionType">
Variants
Statement
AuthnStatement
AuthzDecisionStatement
AttributeStatement
Auto Trait Implementations
impl RefUnwindSafe for AssertionType
impl Send for AssertionType
impl Sync for AssertionType
impl Unpin for AssertionType
impl UnwindSafe for AssertionType
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