Struct aws_sdk_amplify::operation::delete_branch::DeleteBranchInput
source · #[non_exhaustive]pub struct DeleteBranchInput { /* private fields */ }Expand description
The request structure for the delete branch request.
Implementations§
source§impl DeleteBranchInput
impl DeleteBranchInput
sourcepub fn builder() -> DeleteBranchInputBuilder
pub fn builder() -> DeleteBranchInputBuilder
Creates a new builder-style object to manufacture DeleteBranchInput.
source§impl DeleteBranchInput
impl DeleteBranchInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBranch, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteBranch, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBranch>
Trait Implementations§
source§impl Clone for DeleteBranchInput
impl Clone for DeleteBranchInput
source§fn clone(&self) -> DeleteBranchInput
fn clone(&self) -> DeleteBranchInput
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 DeleteBranchInput
impl Debug for DeleteBranchInput
source§impl PartialEq<DeleteBranchInput> for DeleteBranchInput
impl PartialEq<DeleteBranchInput> for DeleteBranchInput
source§fn eq(&self, other: &DeleteBranchInput) -> bool
fn eq(&self, other: &DeleteBranchInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteBranchInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBranchInput
impl Send for DeleteBranchInput
impl Sync for DeleteBranchInput
impl Unpin for DeleteBranchInput
impl UnwindSafe for DeleteBranchInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more