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