#[non_exhaustive]pub struct CreateSystemInstanceOutput { /* private fields */ }Implementations§
source§impl CreateSystemInstanceOutput
impl CreateSystemInstanceOutput
sourcepub fn summary(&self) -> Option<&SystemInstanceSummary>
pub fn summary(&self) -> Option<&SystemInstanceSummary>
The summary object that describes the new system instance.
source§impl CreateSystemInstanceOutput
impl CreateSystemInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSystemInstanceOutput.
Trait Implementations§
source§impl Clone for CreateSystemInstanceOutput
impl Clone for CreateSystemInstanceOutput
source§fn clone(&self) -> CreateSystemInstanceOutput
fn clone(&self) -> CreateSystemInstanceOutput
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 CreateSystemInstanceOutput
impl Debug for CreateSystemInstanceOutput
source§impl PartialEq<CreateSystemInstanceOutput> for CreateSystemInstanceOutput
impl PartialEq<CreateSystemInstanceOutput> for CreateSystemInstanceOutput
source§fn eq(&self, other: &CreateSystemInstanceOutput) -> bool
fn eq(&self, other: &CreateSystemInstanceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.