#[non_exhaustive]pub struct GetSuiteOutputBuilder { /* private fields */ }Expand description
A builder for GetSuiteOutput.
Implementations§
Trait Implementations§
source§impl Clone for GetSuiteOutputBuilder
impl Clone for GetSuiteOutputBuilder
source§fn clone(&self) -> GetSuiteOutputBuilder
fn clone(&self) -> GetSuiteOutputBuilder
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 GetSuiteOutputBuilder
impl Debug for GetSuiteOutputBuilder
source§impl Default for GetSuiteOutputBuilder
impl Default for GetSuiteOutputBuilder
source§fn default() -> GetSuiteOutputBuilder
fn default() -> GetSuiteOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetSuiteOutputBuilder> for GetSuiteOutputBuilder
impl PartialEq<GetSuiteOutputBuilder> for GetSuiteOutputBuilder
source§fn eq(&self, other: &GetSuiteOutputBuilder) -> bool
fn eq(&self, other: &GetSuiteOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.