pub struct AuthenticationOIDC {
pub providers: Vec<AuthenticationOIDCProvider>,
pub redirect_uri: Url,
}
Fields§
§providers: Vec<AuthenticationOIDCProvider>
§redirect_uri: Url
Trait Implementations§
Source§impl Clone for AuthenticationOIDC
impl Clone for AuthenticationOIDC
Source§fn clone(&self) -> AuthenticationOIDC
fn clone(&self) -> AuthenticationOIDC
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 AuthenticationOIDC
impl Debug for AuthenticationOIDC
Source§impl<'de> Deserialize<'de> for AuthenticationOIDC
impl<'de> Deserialize<'de> for AuthenticationOIDC
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 AuthenticationOIDC
impl RefUnwindSafe for AuthenticationOIDC
impl Send for AuthenticationOIDC
impl Sync for AuthenticationOIDC
impl Unpin for AuthenticationOIDC
impl UnwindSafe for AuthenticationOIDC
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