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