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