Struct saml_rs::assertion::AssertionAttribute
source · [−]Expand description
Attributes for responses
Fields
name: String
nameformat: String
values: Vec<&'static str>
Implementations
Trait Implementations
sourceimpl Clone for AssertionAttribute
impl Clone for AssertionAttribute
sourcefn clone(&self) -> AssertionAttribute
fn clone(&self) -> AssertionAttribute
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 AssertionAttribute
impl Debug for AssertionAttribute
sourceimpl Default for AssertionAttribute
impl Default for AssertionAttribute
sourcefn default() -> AssertionAttribute
fn default() -> AssertionAttribute
Returns the “default value” for a type. Read more
sourceimpl Serialize for AssertionAttribute
impl Serialize for AssertionAttribute
Auto Trait Implementations
impl RefUnwindSafe for AssertionAttribute
impl Send for AssertionAttribute
impl Sync for AssertionAttribute
impl Unpin for AssertionAttribute
impl UnwindSafe for AssertionAttribute
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