#[non_exhaustive]pub struct ListOfferingPromotionsInput { /* private fields */ }Implementations
sourceimpl ListOfferingPromotionsInput
impl ListOfferingPromotionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOfferingPromotions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOfferingPromotions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListOfferingPromotions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOfferingPromotionsInput.
sourceimpl ListOfferingPromotionsInput
impl ListOfferingPromotionsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Trait Implementations
sourceimpl Clone for ListOfferingPromotionsInput
impl Clone for ListOfferingPromotionsInput
sourcefn clone(&self) -> ListOfferingPromotionsInput
fn clone(&self) -> ListOfferingPromotionsInput
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 ListOfferingPromotionsInput
impl Debug for ListOfferingPromotionsInput
sourceimpl PartialEq<ListOfferingPromotionsInput> for ListOfferingPromotionsInput
impl PartialEq<ListOfferingPromotionsInput> for ListOfferingPromotionsInput
sourcefn eq(&self, other: &ListOfferingPromotionsInput) -> bool
fn eq(&self, other: &ListOfferingPromotionsInput) -> bool
impl StructuralPartialEq for ListOfferingPromotionsInput
Auto Trait Implementations
impl RefUnwindSafe for ListOfferingPromotionsInput
impl Send for ListOfferingPromotionsInput
impl Sync for ListOfferingPromotionsInput
impl Unpin for ListOfferingPromotionsInput
impl UnwindSafe for ListOfferingPromotionsInput
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