pub struct DeleteLicenseConfigurationRequest {
pub license_configuration_arn: String,
}Fields§
§license_configuration_arn: StringID of the license configuration.
Trait Implementations§
Source§impl Clone for DeleteLicenseConfigurationRequest
impl Clone for DeleteLicenseConfigurationRequest
Source§fn clone(&self) -> DeleteLicenseConfigurationRequest
fn clone(&self) -> DeleteLicenseConfigurationRequest
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 DeleteLicenseConfigurationRequest
impl Default for DeleteLicenseConfigurationRequest
Source§fn default() -> DeleteLicenseConfigurationRequest
fn default() -> DeleteLicenseConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteLicenseConfigurationRequest
impl PartialEq for DeleteLicenseConfigurationRequest
Source§fn eq(&self, other: &DeleteLicenseConfigurationRequest) -> bool
fn eq(&self, other: &DeleteLicenseConfigurationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteLicenseConfigurationRequest
Auto Trait Implementations§
impl Freeze for DeleteLicenseConfigurationRequest
impl RefUnwindSafe for DeleteLicenseConfigurationRequest
impl Send for DeleteLicenseConfigurationRequest
impl Sync for DeleteLicenseConfigurationRequest
impl Unpin for DeleteLicenseConfigurationRequest
impl UnwindSafe for DeleteLicenseConfigurationRequest
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