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