pub struct ListLicenseSpecificationsForResourceResponse {
pub license_specifications: Option<Vec<LicenseSpecification>>,
pub next_token: Option<String>,
}Fields§
§license_specifications: Option<Vec<LicenseSpecification>>License configurations associated with a resource.
next_token: Option<String>Token for the next set of results.
Trait Implementations§
Source§impl Clone for ListLicenseSpecificationsForResourceResponse
impl Clone for ListLicenseSpecificationsForResourceResponse
Source§fn clone(&self) -> ListLicenseSpecificationsForResourceResponse
fn clone(&self) -> ListLicenseSpecificationsForResourceResponse
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 ListLicenseSpecificationsForResourceResponse
impl Default for ListLicenseSpecificationsForResourceResponse
Source§fn default() -> ListLicenseSpecificationsForResourceResponse
fn default() -> ListLicenseSpecificationsForResourceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListLicenseSpecificationsForResourceResponse
impl<'de> Deserialize<'de> for ListLicenseSpecificationsForResourceResponse
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 ListLicenseSpecificationsForResourceResponse
impl PartialEq for ListLicenseSpecificationsForResourceResponse
Source§fn eq(&self, other: &ListLicenseSpecificationsForResourceResponse) -> bool
fn eq(&self, other: &ListLicenseSpecificationsForResourceResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListLicenseSpecificationsForResourceResponse
Auto Trait Implementations§
impl Freeze for ListLicenseSpecificationsForResourceResponse
impl RefUnwindSafe for ListLicenseSpecificationsForResourceResponse
impl Send for ListLicenseSpecificationsForResourceResponse
impl Sync for ListLicenseSpecificationsForResourceResponse
impl Unpin for ListLicenseSpecificationsForResourceResponse
impl UnwindSafe for ListLicenseSpecificationsForResourceResponse
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