pub struct KeycloakAuthRepository {
pub http: Arc<Client>,
pub issuer: String,
pub audience: Option<String>,
}Fields§
§http: Arc<Client>§issuer: String§audience: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for KeycloakAuthRepository
impl Clone for KeycloakAuthRepository
Source§fn clone(&self) -> KeycloakAuthRepository
fn clone(&self) -> KeycloakAuthRepository
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 moreAuto Trait Implementations§
impl Freeze for KeycloakAuthRepository
impl !RefUnwindSafe for KeycloakAuthRepository
impl Send for KeycloakAuthRepository
impl Sync for KeycloakAuthRepository
impl Unpin for KeycloakAuthRepository
impl !UnwindSafe for KeycloakAuthRepository
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