pub struct DeleteMutualTlsParams {
pub mutual_authentication_id: String,
}
Expand description
struct for passing parameters to the method delete_mutual_tls
Fields§
§mutual_authentication_id: String
Alphanumeric string identifying a mutual authentication.
Trait Implementations§
Source§impl Clone for DeleteMutualTlsParams
impl Clone for DeleteMutualTlsParams
Source§fn clone(&self) -> DeleteMutualTlsParams
fn clone(&self) -> DeleteMutualTlsParams
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 DeleteMutualTlsParams
impl Debug for DeleteMutualTlsParams
Source§impl Default for DeleteMutualTlsParams
impl Default for DeleteMutualTlsParams
Source§fn default() -> DeleteMutualTlsParams
fn default() -> DeleteMutualTlsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteMutualTlsParams
impl RefUnwindSafe for DeleteMutualTlsParams
impl Send for DeleteMutualTlsParams
impl Sync for DeleteMutualTlsParams
impl Unpin for DeleteMutualTlsParams
impl UnwindSafe for DeleteMutualTlsParams
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