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