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