pub struct SamlRuntimeAlgorithms {
pub signature_algorithms: Vec<String>,
pub digest_algorithms: Vec<String>,
pub key_encryption_algorithms: Vec<String>,
pub data_encryption_algorithms: Vec<String>,
}Fields§
§signature_algorithms: Vec<String>§digest_algorithms: Vec<String>§key_encryption_algorithms: Vec<String>§data_encryption_algorithms: Vec<String>Trait Implementations§
Source§impl Clone for SamlRuntimeAlgorithms
impl Clone for SamlRuntimeAlgorithms
Source§fn clone(&self) -> SamlRuntimeAlgorithms
fn clone(&self) -> SamlRuntimeAlgorithms
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SamlRuntimeAlgorithms
impl Debug for SamlRuntimeAlgorithms
Source§impl Default for SamlRuntimeAlgorithms
impl Default for SamlRuntimeAlgorithms
Source§fn default() -> SamlRuntimeAlgorithms
fn default() -> SamlRuntimeAlgorithms
Returns the “default value” for a type. Read more
Source§impl PartialEq for SamlRuntimeAlgorithms
impl PartialEq for SamlRuntimeAlgorithms
Source§fn eq(&self, other: &SamlRuntimeAlgorithms) -> bool
fn eq(&self, other: &SamlRuntimeAlgorithms) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SamlRuntimeAlgorithms
impl StructuralPartialEq for SamlRuntimeAlgorithms
Auto Trait Implementations§
impl Freeze for SamlRuntimeAlgorithms
impl RefUnwindSafe for SamlRuntimeAlgorithms
impl Send for SamlRuntimeAlgorithms
impl Sync for SamlRuntimeAlgorithms
impl Unpin for SamlRuntimeAlgorithms
impl UnsafeUnpin for SamlRuntimeAlgorithms
impl UnwindSafe for SamlRuntimeAlgorithms
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.