#[non_exhaustive]pub struct InputProcessingConfigurationUpdate { /* private fields */ }
Expand description
Describes updates to an InputProcessingConfiguration.
Implementations
sourceimpl InputProcessingConfigurationUpdate
impl InputProcessingConfigurationUpdate
sourcepub fn input_lambda_processor_update(
&self
) -> Option<&InputLambdaProcessorUpdate>
pub fn input_lambda_processor_update(
&self
) -> Option<&InputLambdaProcessorUpdate>
Provides update information for an InputLambdaProcessor.
sourceimpl InputProcessingConfigurationUpdate
impl InputProcessingConfigurationUpdate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InputProcessingConfigurationUpdate
.
Trait Implementations
sourceimpl Clone for InputProcessingConfigurationUpdate
impl Clone for InputProcessingConfigurationUpdate
sourcefn clone(&self) -> InputProcessingConfigurationUpdate
fn clone(&self) -> InputProcessingConfigurationUpdate
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<InputProcessingConfigurationUpdate> for InputProcessingConfigurationUpdate
impl PartialEq<InputProcessingConfigurationUpdate> for InputProcessingConfigurationUpdate
sourcefn eq(&self, other: &InputProcessingConfigurationUpdate) -> bool
fn eq(&self, other: &InputProcessingConfigurationUpdate) -> bool
impl StructuralPartialEq for InputProcessingConfigurationUpdate
Auto Trait Implementations
impl RefUnwindSafe for InputProcessingConfigurationUpdate
impl Send for InputProcessingConfigurationUpdate
impl Sync for InputProcessingConfigurationUpdate
impl Unpin for InputProcessingConfigurationUpdate
impl UnwindSafe for InputProcessingConfigurationUpdate
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