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