pub struct GetInsightResultsRequest {
pub insight_arn: String,
}
Fields§
§insight_arn: String
The ARN of the insight for which to return results.
Trait Implementations§
Source§impl Clone for GetInsightResultsRequest
impl Clone for GetInsightResultsRequest
Source§fn clone(&self) -> GetInsightResultsRequest
fn clone(&self) -> GetInsightResultsRequest
Returns a duplicate 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 GetInsightResultsRequest
impl Debug for GetInsightResultsRequest
Source§impl Default for GetInsightResultsRequest
impl Default for GetInsightResultsRequest
Source§fn default() -> GetInsightResultsRequest
fn default() -> GetInsightResultsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetInsightResultsRequest
impl PartialEq for GetInsightResultsRequest
Source§impl Serialize for GetInsightResultsRequest
impl Serialize for GetInsightResultsRequest
impl StructuralPartialEq for GetInsightResultsRequest
Auto Trait Implementations§
impl Freeze for GetInsightResultsRequest
impl RefUnwindSafe for GetInsightResultsRequest
impl Send for GetInsightResultsRequest
impl Sync for GetInsightResultsRequest
impl Unpin for GetInsightResultsRequest
impl UnwindSafe for GetInsightResultsRequest
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