Struct aws_sdk_chime::input::GetEventsConfigurationInput
source · [−]#[non_exhaustive]pub struct GetEventsConfigurationInput { /* private fields */ }Implementations
sourceimpl GetEventsConfigurationInput
impl GetEventsConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEventsConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEventsConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEventsConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEventsConfigurationInput.
Trait Implementations
sourceimpl Clone for GetEventsConfigurationInput
impl Clone for GetEventsConfigurationInput
sourcefn clone(&self) -> GetEventsConfigurationInput
fn clone(&self) -> GetEventsConfigurationInput
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 GetEventsConfigurationInput
impl Debug for GetEventsConfigurationInput
sourceimpl PartialEq<GetEventsConfigurationInput> for GetEventsConfigurationInput
impl PartialEq<GetEventsConfigurationInput> for GetEventsConfigurationInput
sourcefn eq(&self, other: &GetEventsConfigurationInput) -> bool
fn eq(&self, other: &GetEventsConfigurationInput) -> bool
impl StructuralPartialEq for GetEventsConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for GetEventsConfigurationInput
impl Send for GetEventsConfigurationInput
impl Sync for GetEventsConfigurationInput
impl Unpin for GetEventsConfigurationInput
impl UnwindSafe for GetEventsConfigurationInput
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