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