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