Struct aws_sdk_databrew::input::DescribeDatasetInput
source · [−]#[non_exhaustive]pub struct DescribeDatasetInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDatasetInput
.
Trait Implementations
sourceimpl Clone for DescribeDatasetInput
impl Clone for DescribeDatasetInput
sourcefn clone(&self) -> DescribeDatasetInput
fn clone(&self) -> DescribeDatasetInput
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 DescribeDatasetInput
impl Debug for DescribeDatasetInput
sourceimpl PartialEq<DescribeDatasetInput> for DescribeDatasetInput
impl PartialEq<DescribeDatasetInput> for DescribeDatasetInput
sourcefn eq(&self, other: &DescribeDatasetInput) -> bool
fn eq(&self, other: &DescribeDatasetInput) -> bool
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
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