Struct aws_sdk_databrew::output::CreateRulesetOutput
source · #[non_exhaustive]pub struct CreateRulesetOutput { /* private fields */ }
Implementations§
source§impl CreateRulesetOutput
impl CreateRulesetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRulesetOutput
.
Trait Implementations§
source§impl Clone for CreateRulesetOutput
impl Clone for CreateRulesetOutput
source§fn clone(&self) -> CreateRulesetOutput
fn clone(&self) -> CreateRulesetOutput
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 more