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