#[non_exhaustive]pub struct SubscribeToEventOutput { /* private fields */ }Implementations§
source§impl SubscribeToEventOutput
impl SubscribeToEventOutput
sourcepub fn builder() -> SubscribeToEventOutputBuilder
pub fn builder() -> SubscribeToEventOutputBuilder
Creates a new builder-style object to manufacture SubscribeToEventOutput.
Trait Implementations§
source§impl Clone for SubscribeToEventOutput
impl Clone for SubscribeToEventOutput
source§fn clone(&self) -> SubscribeToEventOutput
fn clone(&self) -> SubscribeToEventOutput
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 SubscribeToEventOutput
impl Debug for SubscribeToEventOutput
source§impl PartialEq<SubscribeToEventOutput> for SubscribeToEventOutput
impl PartialEq<SubscribeToEventOutput> for SubscribeToEventOutput
source§fn eq(&self, other: &SubscribeToEventOutput) -> bool
fn eq(&self, other: &SubscribeToEventOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SubscribeToEventOutput
impl RequestId for SubscribeToEventOutput
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 SubscribeToEventOutput
Auto Trait Implementations§
impl RefUnwindSafe for SubscribeToEventOutput
impl Send for SubscribeToEventOutput
impl Sync for SubscribeToEventOutput
impl Unpin for SubscribeToEventOutput
impl UnwindSafe for SubscribeToEventOutput
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