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