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