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