Struct aws_sdk_eventbridge::input::DescribeEventBusInput
source · [−]#[non_exhaustive]pub struct DescribeEventBusInput { /* private fields */ }
Implementations
sourceimpl DescribeEventBusInput
impl DescribeEventBusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventBus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventBus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEventBus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventBusInput
.
Trait Implementations
sourceimpl Clone for DescribeEventBusInput
impl Clone for DescribeEventBusInput
sourcefn clone(&self) -> DescribeEventBusInput
fn clone(&self) -> DescribeEventBusInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeEventBusInput
impl Debug for DescribeEventBusInput
sourceimpl PartialEq<DescribeEventBusInput> for DescribeEventBusInput
impl PartialEq<DescribeEventBusInput> for DescribeEventBusInput
sourcefn eq(&self, other: &DescribeEventBusInput) -> bool
fn eq(&self, other: &DescribeEventBusInput) -> bool
impl StructuralPartialEq for DescribeEventBusInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEventBusInput
impl Send for DescribeEventBusInput
impl Sync for DescribeEventBusInput
impl Unpin for DescribeEventBusInput
impl UnwindSafe for DescribeEventBusInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more