#[non_exhaustive]pub struct UpdateStreamProcessorOutput {}Implementations
sourceimpl UpdateStreamProcessorOutput
impl UpdateStreamProcessorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStreamProcessorOutput.
Trait Implementations
sourceimpl Clone for UpdateStreamProcessorOutput
impl Clone for UpdateStreamProcessorOutput
sourcefn clone(&self) -> UpdateStreamProcessorOutput
fn clone(&self) -> UpdateStreamProcessorOutput
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 UpdateStreamProcessorOutput
impl Debug for UpdateStreamProcessorOutput
sourceimpl PartialEq<UpdateStreamProcessorOutput> for UpdateStreamProcessorOutput
impl PartialEq<UpdateStreamProcessorOutput> for UpdateStreamProcessorOutput
sourcefn eq(&self, other: &UpdateStreamProcessorOutput) -> bool
fn eq(&self, other: &UpdateStreamProcessorOutput) -> bool
impl StructuralPartialEq for UpdateStreamProcessorOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateStreamProcessorOutput
impl Send for UpdateStreamProcessorOutput
impl Sync for UpdateStreamProcessorOutput
impl Unpin for UpdateStreamProcessorOutput
impl UnwindSafe for UpdateStreamProcessorOutput
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