Struct aws_sdk_athena::model::ResultReuseInformation
source · #[non_exhaustive]pub struct ResultReuseInformation { /* private fields */ }
Expand description
Contains information about whether the result of a previous query was reused.
Implementations§
source§impl ResultReuseInformation
impl ResultReuseInformation
sourcepub fn reused_previous_result(&self) -> bool
pub fn reused_previous_result(&self) -> bool
True if a previous query result was reused; false if the result was generated from a new run of the query.
source§impl ResultReuseInformation
impl ResultReuseInformation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResultReuseInformation
.
Trait Implementations§
source§impl Clone for ResultReuseInformation
impl Clone for ResultReuseInformation
source§fn clone(&self) -> ResultReuseInformation
fn clone(&self) -> ResultReuseInformation
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 ResultReuseInformation
impl Debug for ResultReuseInformation
source§impl PartialEq<ResultReuseInformation> for ResultReuseInformation
impl PartialEq<ResultReuseInformation> for ResultReuseInformation
source§fn eq(&self, other: &ResultReuseInformation) -> bool
fn eq(&self, other: &ResultReuseInformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.