pub struct ListTopicRuleDestinationsRequest {
pub max_results: Option<i64>,
pub next_token: Option<String>,
}Fields§
§max_results: Option<i64>The maximum number of results to return at one time.
next_token: Option<String>The token to retrieve the next set of results.
Trait Implementations§
Source§impl Clone for ListTopicRuleDestinationsRequest
impl Clone for ListTopicRuleDestinationsRequest
Source§fn clone(&self) -> ListTopicRuleDestinationsRequest
fn clone(&self) -> ListTopicRuleDestinationsRequest
Returns a duplicate 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 Default for ListTopicRuleDestinationsRequest
impl Default for ListTopicRuleDestinationsRequest
Source§fn default() -> ListTopicRuleDestinationsRequest
fn default() -> ListTopicRuleDestinationsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListTopicRuleDestinationsRequest
impl PartialEq for ListTopicRuleDestinationsRequest
Source§fn eq(&self, other: &ListTopicRuleDestinationsRequest) -> bool
fn eq(&self, other: &ListTopicRuleDestinationsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListTopicRuleDestinationsRequest
Auto Trait Implementations§
impl Freeze for ListTopicRuleDestinationsRequest
impl RefUnwindSafe for ListTopicRuleDestinationsRequest
impl Send for ListTopicRuleDestinationsRequest
impl Sync for ListTopicRuleDestinationsRequest
impl Unpin for ListTopicRuleDestinationsRequest
impl UnwindSafe for ListTopicRuleDestinationsRequest
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