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