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