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