pub struct CreateLicenseConfigurationResponse {
pub license_configuration_arn: Option<String>,
}Fields§
§license_configuration_arn: Option<String>Amazon Resource Name (ARN) of the license configuration.
Trait Implementations§
Source§impl Clone for CreateLicenseConfigurationResponse
impl Clone for CreateLicenseConfigurationResponse
Source§fn clone(&self) -> CreateLicenseConfigurationResponse
fn clone(&self) -> CreateLicenseConfigurationResponse
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 CreateLicenseConfigurationResponse
impl Default for CreateLicenseConfigurationResponse
Source§fn default() -> CreateLicenseConfigurationResponse
fn default() -> CreateLicenseConfigurationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLicenseConfigurationResponse
impl<'de> Deserialize<'de> for CreateLicenseConfigurationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateLicenseConfigurationResponse
impl PartialEq for CreateLicenseConfigurationResponse
Source§fn eq(&self, other: &CreateLicenseConfigurationResponse) -> bool
fn eq(&self, other: &CreateLicenseConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateLicenseConfigurationResponse
Auto Trait Implementations§
impl Freeze for CreateLicenseConfigurationResponse
impl RefUnwindSafe for CreateLicenseConfigurationResponse
impl Send for CreateLicenseConfigurationResponse
impl Sync for CreateLicenseConfigurationResponse
impl Unpin for CreateLicenseConfigurationResponse
impl UnwindSafe for CreateLicenseConfigurationResponse
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