Struct ClientSecretCredentialOptions
pub struct ClientSecretCredentialOptions {
pub client_options: ClientOptions,
}Available on crate feature
entra-id only.Expand description
Options for constructing a new [ClientSecretCredential].
Fields§
§client_options: ClientOptionsOptions for the credential’s HTTP pipeline.
Trait Implementations§
§impl Debug for ClientSecretCredentialOptions
impl Debug for ClientSecretCredentialOptions
§impl Default for ClientSecretCredentialOptions
impl Default for ClientSecretCredentialOptions
§fn default() -> ClientSecretCredentialOptions
fn default() -> ClientSecretCredentialOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClientSecretCredentialOptions
impl !RefUnwindSafe for ClientSecretCredentialOptions
impl Send for ClientSecretCredentialOptions
impl Sync for ClientSecretCredentialOptions
impl Unpin for ClientSecretCredentialOptions
impl !UnwindSafe for ClientSecretCredentialOptions
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