pub struct Samlv2AssertionConfiguration {
pub destination: Option<Box<Samlv2DestinationAssertionConfiguration>>,
}
Expand description
Samlv2AssertionConfiguration :
Fields§
§destination: Option<Box<Samlv2DestinationAssertionConfiguration>>
Implementations§
Source§impl Samlv2AssertionConfiguration
impl Samlv2AssertionConfiguration
Sourcepub fn new() -> Samlv2AssertionConfiguration
pub fn new() -> Samlv2AssertionConfiguration
Trait Implementations§
Source§impl Clone for Samlv2AssertionConfiguration
impl Clone for Samlv2AssertionConfiguration
Source§fn clone(&self) -> Samlv2AssertionConfiguration
fn clone(&self) -> Samlv2AssertionConfiguration
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 Samlv2AssertionConfiguration
impl Debug for Samlv2AssertionConfiguration
Source§impl Default for Samlv2AssertionConfiguration
impl Default for Samlv2AssertionConfiguration
Source§fn default() -> Samlv2AssertionConfiguration
fn default() -> Samlv2AssertionConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Samlv2AssertionConfiguration
impl<'de> Deserialize<'de> for Samlv2AssertionConfiguration
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 PartialEq for Samlv2AssertionConfiguration
impl PartialEq for Samlv2AssertionConfiguration
Source§fn eq(&self, other: &Samlv2AssertionConfiguration) -> bool
fn eq(&self, other: &Samlv2AssertionConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for Samlv2AssertionConfiguration
Auto Trait Implementations§
impl Freeze for Samlv2AssertionConfiguration
impl RefUnwindSafe for Samlv2AssertionConfiguration
impl Send for Samlv2AssertionConfiguration
impl Sync for Samlv2AssertionConfiguration
impl Unpin for Samlv2AssertionConfiguration
impl UnwindSafe for Samlv2AssertionConfiguration
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