#[non_exhaustive]pub struct DescribeIngestionOutput { /* private fields */ }Implementations§
source§impl DescribeIngestionOutput
impl DescribeIngestionOutput
sourcepub fn builder() -> DescribeIngestionOutputBuilder
pub fn builder() -> DescribeIngestionOutputBuilder
Creates a new builder-style object to manufacture DescribeIngestionOutput.
Trait Implementations§
source§impl Clone for DescribeIngestionOutput
impl Clone for DescribeIngestionOutput
source§fn clone(&self) -> DescribeIngestionOutput
fn clone(&self) -> DescribeIngestionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeIngestionOutput
impl Debug for DescribeIngestionOutput
source§impl PartialEq<DescribeIngestionOutput> for DescribeIngestionOutput
impl PartialEq<DescribeIngestionOutput> for DescribeIngestionOutput
source§fn eq(&self, other: &DescribeIngestionOutput) -> bool
fn eq(&self, other: &DescribeIngestionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeIngestionOutput
impl RequestId for DescribeIngestionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more