#[non_exhaustive]pub struct StartInstanceOutput { /* private fields */ }Implementations§
source§impl StartInstanceOutput
 
impl StartInstanceOutput
sourcepub fn builder() -> StartInstanceOutputBuilder
 
pub fn builder() -> StartInstanceOutputBuilder
Creates a new builder-style object to manufacture StartInstanceOutput.
Trait Implementations§
source§impl Clone for StartInstanceOutput
 
impl Clone for StartInstanceOutput
source§fn clone(&self) -> StartInstanceOutput
 
fn clone(&self) -> StartInstanceOutput
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 StartInstanceOutput
 
impl Debug for StartInstanceOutput
source§impl PartialEq<StartInstanceOutput> for StartInstanceOutput
 
impl PartialEq<StartInstanceOutput> for StartInstanceOutput
source§fn eq(&self, other: &StartInstanceOutput) -> bool
 
fn eq(&self, other: &StartInstanceOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for StartInstanceOutput
 
impl RequestId for StartInstanceOutput
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 StartInstanceOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartInstanceOutput
impl Send for StartInstanceOutput
impl Sync for StartInstanceOutput
impl Unpin for StartInstanceOutput
impl UnwindSafe for StartInstanceOutput
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