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