#[non_exhaustive]pub struct ListRetainedMessagesOutput { /* private fields */ }
Implementations
sourceimpl ListRetainedMessagesOutput
impl ListRetainedMessagesOutput
sourcepub fn retained_topics(&self) -> Option<&[RetainedMessageSummary]>
pub fn retained_topics(&self) -> Option<&[RetainedMessageSummary]>
A summary list the account's retained messages. The information returned doesn't include the message payloads of the retained messages.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results, or null if there are no additional results.
sourceimpl ListRetainedMessagesOutput
impl ListRetainedMessagesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRetainedMessagesOutput
.
Trait Implementations
sourceimpl Clone for ListRetainedMessagesOutput
impl Clone for ListRetainedMessagesOutput
sourcefn clone(&self) -> ListRetainedMessagesOutput
fn clone(&self) -> ListRetainedMessagesOutput
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 ListRetainedMessagesOutput
impl Debug for ListRetainedMessagesOutput
sourceimpl PartialEq<ListRetainedMessagesOutput> for ListRetainedMessagesOutput
impl PartialEq<ListRetainedMessagesOutput> for ListRetainedMessagesOutput
sourcefn eq(&self, other: &ListRetainedMessagesOutput) -> bool
fn eq(&self, other: &ListRetainedMessagesOutput) -> bool
impl StructuralPartialEq for ListRetainedMessagesOutput
Auto Trait Implementations
impl RefUnwindSafe for ListRetainedMessagesOutput
impl Send for ListRetainedMessagesOutput
impl Sync for ListRetainedMessagesOutput
impl Unpin for ListRetainedMessagesOutput
impl UnwindSafe for ListRetainedMessagesOutput
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