pub struct CreateMutualTlsAuthenticationParams {
pub mutual_authentication: Option<MutualAuthentication>,
}
Expand description
struct for passing parameters to the method create_mutual_tls_authentication
Fields§
§mutual_authentication: Option<MutualAuthentication>
Trait Implementations§
Source§impl Clone for CreateMutualTlsAuthenticationParams
impl Clone for CreateMutualTlsAuthenticationParams
Source§fn clone(&self) -> CreateMutualTlsAuthenticationParams
fn clone(&self) -> CreateMutualTlsAuthenticationParams
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 Default for CreateMutualTlsAuthenticationParams
impl Default for CreateMutualTlsAuthenticationParams
Source§fn default() -> CreateMutualTlsAuthenticationParams
fn default() -> CreateMutualTlsAuthenticationParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateMutualTlsAuthenticationParams
impl RefUnwindSafe for CreateMutualTlsAuthenticationParams
impl Send for CreateMutualTlsAuthenticationParams
impl Sync for CreateMutualTlsAuthenticationParams
impl Unpin for CreateMutualTlsAuthenticationParams
impl UnwindSafe for CreateMutualTlsAuthenticationParams
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