pub struct LicenseConfigurationRequest {
pub license_configuration_arn: Option<String>,
}Expand description
Describes a license configuration.
Fields§
§license_configuration_arn: Option<String>The Amazon Resource Name (ARN) of the license configuration.
Trait Implementations§
Source§impl Clone for LicenseConfigurationRequest
impl Clone for LicenseConfigurationRequest
Source§fn clone(&self) -> LicenseConfigurationRequest
fn clone(&self) -> LicenseConfigurationRequest
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 LicenseConfigurationRequest
impl Debug for LicenseConfigurationRequest
Source§impl Default for LicenseConfigurationRequest
impl Default for LicenseConfigurationRequest
Source§fn default() -> LicenseConfigurationRequest
fn default() -> LicenseConfigurationRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LicenseConfigurationRequest
Auto Trait Implementations§
impl Freeze for LicenseConfigurationRequest
impl RefUnwindSafe for LicenseConfigurationRequest
impl Send for LicenseConfigurationRequest
impl Sync for LicenseConfigurationRequest
impl Unpin for LicenseConfigurationRequest
impl UnwindSafe for LicenseConfigurationRequest
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