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