pub struct ListProvisioningTemplateVersionsResponse {
pub next_token: Option<String>,
pub versions: Option<Vec<ProvisioningTemplateVersionSummary>>,
}Fields§
§next_token: Option<String>A token to retrieve the next set of results.
versions: Option<Vec<ProvisioningTemplateVersionSummary>>The list of fleet provisioning template versions.
Trait Implementations§
Source§impl Clone for ListProvisioningTemplateVersionsResponse
impl Clone for ListProvisioningTemplateVersionsResponse
Source§fn clone(&self) -> ListProvisioningTemplateVersionsResponse
fn clone(&self) -> ListProvisioningTemplateVersionsResponse
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 ListProvisioningTemplateVersionsResponse
impl Default for ListProvisioningTemplateVersionsResponse
Source§fn default() -> ListProvisioningTemplateVersionsResponse
fn default() -> ListProvisioningTemplateVersionsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListProvisioningTemplateVersionsResponse
impl<'de> Deserialize<'de> for ListProvisioningTemplateVersionsResponse
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 ListProvisioningTemplateVersionsResponse
impl PartialEq for ListProvisioningTemplateVersionsResponse
Source§fn eq(&self, other: &ListProvisioningTemplateVersionsResponse) -> bool
fn eq(&self, other: &ListProvisioningTemplateVersionsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListProvisioningTemplateVersionsResponse
Auto Trait Implementations§
impl Freeze for ListProvisioningTemplateVersionsResponse
impl RefUnwindSafe for ListProvisioningTemplateVersionsResponse
impl Send for ListProvisioningTemplateVersionsResponse
impl Sync for ListProvisioningTemplateVersionsResponse
impl Unpin for ListProvisioningTemplateVersionsResponse
impl UnwindSafe for ListProvisioningTemplateVersionsResponse
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