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