#[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.impl StructuralPartialEq for RestartAppServerOutput
Auto Trait Implementations§
impl RefUnwindSafe for RestartAppServerOutput
impl Send for RestartAppServerOutput
impl Sync for RestartAppServerOutput
impl Unpin for RestartAppServerOutput
impl UnwindSafe for RestartAppServerOutput
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