pub struct TokenServiceConfig {
pub identity_service_base_url: String,
pub username: String,
pub token: String,
pub client_id: String,
}
Fields§
§identity_service_base_url: String
§username: String
§token: String
§client_id: String
Trait Implementations§
Source§impl Clone for TokenServiceConfig
impl Clone for TokenServiceConfig
Source§fn clone(&self) -> TokenServiceConfig
fn clone(&self) -> TokenServiceConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TokenServiceConfig
impl RefUnwindSafe for TokenServiceConfig
impl Send for TokenServiceConfig
impl Sync for TokenServiceConfig
impl Unpin for TokenServiceConfig
impl UnwindSafe for TokenServiceConfig
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