#[non_exhaustive]pub struct StopContinuousExportInput { /* private fields */ }Implementations
sourceimpl StopContinuousExportInput
impl StopContinuousExportInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopContinuousExport, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopContinuousExport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopContinuousExport>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopContinuousExportInput.
Trait Implementations
sourceimpl Clone for StopContinuousExportInput
impl Clone for StopContinuousExportInput
sourcefn clone(&self) -> StopContinuousExportInput
fn clone(&self) -> StopContinuousExportInput
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 StopContinuousExportInput
impl Debug for StopContinuousExportInput
sourceimpl PartialEq<StopContinuousExportInput> for StopContinuousExportInput
impl PartialEq<StopContinuousExportInput> for StopContinuousExportInput
sourcefn eq(&self, other: &StopContinuousExportInput) -> bool
fn eq(&self, other: &StopContinuousExportInput) -> bool
impl StructuralPartialEq for StopContinuousExportInput
Auto Trait Implementations
impl RefUnwindSafe for StopContinuousExportInput
impl Send for StopContinuousExportInput
impl Sync for StopContinuousExportInput
impl Unpin for StopContinuousExportInput
impl UnwindSafe for StopContinuousExportInput
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