#[non_exhaustive]pub struct StartContinuousExportInput {}Implementations
sourceimpl 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
sourceimpl Clone for StartContinuousExportInput
impl Clone for StartContinuousExportInput
sourcefn clone(&self) -> StartContinuousExportInput
fn clone(&self) -> StartContinuousExportInput
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 StartContinuousExportInput
impl Debug for StartContinuousExportInput
sourceimpl PartialEq<StartContinuousExportInput> for StartContinuousExportInput
impl PartialEq<StartContinuousExportInput> for StartContinuousExportInput
sourcefn eq(&self, other: &StartContinuousExportInput) -> bool
fn eq(&self, other: &StartContinuousExportInput) -> bool
impl StructuralPartialEq for StartContinuousExportInput
Auto Trait Implementations
impl RefUnwindSafe for StartContinuousExportInput
impl Send for StartContinuousExportInput
impl Sync for StartContinuousExportInput
impl Unpin for StartContinuousExportInput
impl UnwindSafe for StartContinuousExportInput
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