#[non_exhaustive]pub struct DeleteBranchOutput { /* private fields */ }Expand description
The result structure for the delete branch request.
Implementations§
source§impl DeleteBranchOutput
impl DeleteBranchOutput
sourcepub fn builder() -> DeleteBranchOutputBuilder
pub fn builder() -> DeleteBranchOutputBuilder
Creates a new builder-style object to manufacture DeleteBranchOutput.
Trait Implementations§
source§impl Clone for DeleteBranchOutput
impl Clone for DeleteBranchOutput
source§fn clone(&self) -> DeleteBranchOutput
fn clone(&self) -> DeleteBranchOutput
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 DeleteBranchOutput
impl Debug for DeleteBranchOutput
source§impl PartialEq<DeleteBranchOutput> for DeleteBranchOutput
impl PartialEq<DeleteBranchOutput> for DeleteBranchOutput
source§fn eq(&self, other: &DeleteBranchOutput) -> bool
fn eq(&self, other: &DeleteBranchOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteBranchOutput
impl RequestId for DeleteBranchOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeleteBranchOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBranchOutput
impl Send for DeleteBranchOutput
impl Sync for DeleteBranchOutput
impl Unpin for DeleteBranchOutput
impl UnwindSafe for DeleteBranchOutput
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