#[non_exhaustive]pub struct UpdateStreamProcessorOutput { /* private fields */ }
Implementations§
source§impl UpdateStreamProcessorOutput
impl UpdateStreamProcessorOutput
sourcepub fn builder() -> UpdateStreamProcessorOutputBuilder
pub fn builder() -> UpdateStreamProcessorOutputBuilder
Creates a new builder-style object to manufacture UpdateStreamProcessorOutput
.
Trait Implementations§
source§impl Clone for UpdateStreamProcessorOutput
impl Clone for UpdateStreamProcessorOutput
source§fn clone(&self) -> UpdateStreamProcessorOutput
fn clone(&self) -> UpdateStreamProcessorOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateStreamProcessorOutput
impl Debug for UpdateStreamProcessorOutput
source§impl PartialEq<UpdateStreamProcessorOutput> for UpdateStreamProcessorOutput
impl PartialEq<UpdateStreamProcessorOutput> for UpdateStreamProcessorOutput
source§fn eq(&self, other: &UpdateStreamProcessorOutput) -> bool
fn eq(&self, other: &UpdateStreamProcessorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateStreamProcessorOutput
impl RequestId for UpdateStreamProcessorOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more