#[non_exhaustive]pub struct DeleteEventBusOutput { /* private fields */ }
Implementations§
source§impl DeleteEventBusOutput
impl DeleteEventBusOutput
sourcepub fn builder() -> DeleteEventBusOutputBuilder
pub fn builder() -> DeleteEventBusOutputBuilder
Creates a new builder-style object to manufacture DeleteEventBusOutput
.
Trait Implementations§
source§impl Clone for DeleteEventBusOutput
impl Clone for DeleteEventBusOutput
source§fn clone(&self) -> DeleteEventBusOutput
fn clone(&self) -> DeleteEventBusOutput
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 DeleteEventBusOutput
impl Debug for DeleteEventBusOutput
source§impl PartialEq<DeleteEventBusOutput> for DeleteEventBusOutput
impl PartialEq<DeleteEventBusOutput> for DeleteEventBusOutput
source§fn eq(&self, other: &DeleteEventBusOutput) -> bool
fn eq(&self, other: &DeleteEventBusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteEventBusOutput
impl RequestId for DeleteEventBusOutput
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 DeleteEventBusOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEventBusOutput
impl Send for DeleteEventBusOutput
impl Sync for DeleteEventBusOutput
impl Unpin for DeleteEventBusOutput
impl UnwindSafe for DeleteEventBusOutput
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