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