#[non_exhaustive]pub struct ListTopicRulesOutput { /* private fields */ }
Expand description
The output from the ListTopicRules operation.
Implementations§
source§impl ListTopicRulesOutput
impl ListTopicRulesOutput
sourcepub fn rules(&self) -> Option<&[TopicRuleListItem]>
pub fn rules(&self) -> Option<&[TopicRuleListItem]>
The rules.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to get the next set of results, or null if there are no additional results.
source§impl ListTopicRulesOutput
impl ListTopicRulesOutput
sourcepub fn builder() -> ListTopicRulesOutputBuilder
pub fn builder() -> ListTopicRulesOutputBuilder
Creates a new builder-style object to manufacture ListTopicRulesOutput
.
Trait Implementations§
source§impl Clone for ListTopicRulesOutput
impl Clone for ListTopicRulesOutput
source§fn clone(&self) -> ListTopicRulesOutput
fn clone(&self) -> ListTopicRulesOutput
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 ListTopicRulesOutput
impl Debug for ListTopicRulesOutput
source§impl PartialEq<ListTopicRulesOutput> for ListTopicRulesOutput
impl PartialEq<ListTopicRulesOutput> for ListTopicRulesOutput
source§fn eq(&self, other: &ListTopicRulesOutput) -> bool
fn eq(&self, other: &ListTopicRulesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListTopicRulesOutput
impl RequestId for ListTopicRulesOutput
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 ListTopicRulesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListTopicRulesOutput
impl Send for ListTopicRulesOutput
impl Sync for ListTopicRulesOutput
impl Unpin for ListTopicRulesOutput
impl UnwindSafe for ListTopicRulesOutput
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