pub struct OutboundWebIdentityFederation {
pub enabled: bool,
pub issuer_url: String,
pub audience: Vec<String>,
}Fields§
§enabled: bool§issuer_url: String§audience: Vec<String>Trait Implementations§
Source§impl Clone for OutboundWebIdentityFederation
impl Clone for OutboundWebIdentityFederation
Source§fn clone(&self) -> OutboundWebIdentityFederation
fn clone(&self) -> OutboundWebIdentityFederation
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<'de> Deserialize<'de> for OutboundWebIdentityFederation
impl<'de> Deserialize<'de> for OutboundWebIdentityFederation
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
Auto Trait Implementations§
impl Freeze for OutboundWebIdentityFederation
impl RefUnwindSafe for OutboundWebIdentityFederation
impl Send for OutboundWebIdentityFederation
impl Sync for OutboundWebIdentityFederation
impl Unpin for OutboundWebIdentityFederation
impl UnsafeUnpin for OutboundWebIdentityFederation
impl UnwindSafe for OutboundWebIdentityFederation
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