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