#[non_exhaustive]pub struct GetSystemTemplateOutput { /* private fields */ }Implementations§
source§impl GetSystemTemplateOutput
impl GetSystemTemplateOutput
sourcepub fn description(&self) -> Option<&SystemTemplateDescription>
pub fn description(&self) -> Option<&SystemTemplateDescription>
An object that contains summary data about the system.
source§impl GetSystemTemplateOutput
impl GetSystemTemplateOutput
sourcepub fn builder() -> GetSystemTemplateOutputBuilder
pub fn builder() -> GetSystemTemplateOutputBuilder
Creates a new builder-style object to manufacture GetSystemTemplateOutput.
Trait Implementations§
source§impl Clone for GetSystemTemplateOutput
impl Clone for GetSystemTemplateOutput
source§fn clone(&self) -> GetSystemTemplateOutput
fn clone(&self) -> GetSystemTemplateOutput
Returns a copy 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 Debug for GetSystemTemplateOutput
impl Debug for GetSystemTemplateOutput
source§impl PartialEq<GetSystemTemplateOutput> for GetSystemTemplateOutput
impl PartialEq<GetSystemTemplateOutput> for GetSystemTemplateOutput
source§fn eq(&self, other: &GetSystemTemplateOutput) -> bool
fn eq(&self, other: &GetSystemTemplateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSystemTemplateOutput
impl RequestId for GetSystemTemplateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetSystemTemplateOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetSystemTemplateOutput
impl Send for GetSystemTemplateOutput
impl Sync for GetSystemTemplateOutput
impl Unpin for GetSystemTemplateOutput
impl UnwindSafe for GetSystemTemplateOutput
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