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