#[non_exhaustive]pub struct GetInsightsInput {}
Implementations§
source§impl GetInsightsInput
impl GetInsightsInput
sourcepub fn builder() -> GetInsightsInputBuilder
pub fn builder() -> GetInsightsInputBuilder
Creates a new builder-style object to manufacture GetInsightsInput
.
Trait Implementations§
source§impl Clone for GetInsightsInput
impl Clone for GetInsightsInput
source§fn clone(&self) -> GetInsightsInput
fn clone(&self) -> GetInsightsInput
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 GetInsightsInput
impl Debug for GetInsightsInput
source§impl PartialEq for GetInsightsInput
impl PartialEq for GetInsightsInput
source§fn eq(&self, other: &GetInsightsInput) -> bool
fn eq(&self, other: &GetInsightsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetInsightsInput
Auto Trait Implementations§
impl Freeze for GetInsightsInput
impl RefUnwindSafe for GetInsightsInput
impl Send for GetInsightsInput
impl Sync for GetInsightsInput
impl Unpin for GetInsightsInput
impl UnwindSafe for GetInsightsInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.