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