#[non_exhaustive]pub struct StartContinuousExportInput {}Implementations§
source§impl StartContinuousExportInput
impl StartContinuousExportInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartContinuousExport, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartContinuousExport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartContinuousExport>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartContinuousExportInput.
Trait Implementations§
source§impl Clone for StartContinuousExportInput
impl Clone for StartContinuousExportInput
source§fn clone(&self) -> StartContinuousExportInput
fn clone(&self) -> StartContinuousExportInput
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 StartContinuousExportInput
impl Debug for StartContinuousExportInput
source§impl PartialEq<StartContinuousExportInput> for StartContinuousExportInput
impl PartialEq<StartContinuousExportInput> for StartContinuousExportInput
source§fn eq(&self, other: &StartContinuousExportInput) -> bool
fn eq(&self, other: &StartContinuousExportInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.