Struct fusionauth_rust_client::models::samlv2_logout::Samlv2Logout
source · pub struct Samlv2Logout {
pub behavior: Option<SamlLogoutBehavior>,
pub default_verification_key_id: Option<Uuid>,
pub key_id: Option<Uuid>,
pub require_signed_requests: Option<bool>,
pub single_logout: Option<Box<Samlv2SingleLogout>>,
pub xml_signature_c14n_method: Option<CanonicalizationMethod>,
}
Fields§
§behavior: Option<SamlLogoutBehavior>
§default_verification_key_id: Option<Uuid>
§key_id: Option<Uuid>
§require_signed_requests: Option<bool>
§single_logout: Option<Box<Samlv2SingleLogout>>
§xml_signature_c14n_method: Option<CanonicalizationMethod>
Implementations§
source§impl Samlv2Logout
impl Samlv2Logout
pub fn new() -> Samlv2Logout
Trait Implementations§
source§impl Clone for Samlv2Logout
impl Clone for Samlv2Logout
source§fn clone(&self) -> Samlv2Logout
fn clone(&self) -> Samlv2Logout
Returns a copy 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 Samlv2Logout
impl Debug for Samlv2Logout
source§impl Default for Samlv2Logout
impl Default for Samlv2Logout
source§fn default() -> Samlv2Logout
fn default() -> Samlv2Logout
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Samlv2Logout
impl<'de> Deserialize<'de> for Samlv2Logout
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 Samlv2Logout
impl PartialEq for Samlv2Logout
source§fn eq(&self, other: &Samlv2Logout) -> bool
fn eq(&self, other: &Samlv2Logout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Samlv2Logout
impl Serialize for Samlv2Logout
impl StructuralPartialEq for Samlv2Logout
Auto Trait Implementations§
impl RefUnwindSafe for Samlv2Logout
impl Send for Samlv2Logout
impl Sync for Samlv2Logout
impl Unpin for Samlv2Logout
impl UnwindSafe for Samlv2Logout
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