Struct aws_sdk_amplify::output::CreateBranchOutput
source · #[non_exhaustive]pub struct CreateBranchOutput { /* private fields */ }Expand description
The result structure for create branch request.
Implementations§
source§impl CreateBranchOutput
impl CreateBranchOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBranchOutput.
Trait Implementations§
source§impl Clone for CreateBranchOutput
impl Clone for CreateBranchOutput
source§fn clone(&self) -> CreateBranchOutput
fn clone(&self) -> CreateBranchOutput
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