Struct fastly_api::apis::tls_subscriptions_api::DeleteTlsSubParams
source · 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 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 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 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