pub struct DeleteInsightResponse {
pub insight_arn: String,
}Fields§
§insight_arn: StringThe ARN of the insight that was deleted.
Trait Implementations§
Source§impl Clone for DeleteInsightResponse
impl Clone for DeleteInsightResponse
Source§fn clone(&self) -> DeleteInsightResponse
fn clone(&self) -> DeleteInsightResponse
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 DeleteInsightResponse
impl Debug for DeleteInsightResponse
Source§impl Default for DeleteInsightResponse
impl Default for DeleteInsightResponse
Source§fn default() -> DeleteInsightResponse
fn default() -> DeleteInsightResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteInsightResponse
impl<'de> Deserialize<'de> for DeleteInsightResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteInsightResponse
impl PartialEq for DeleteInsightResponse
impl StructuralPartialEq for DeleteInsightResponse
Auto Trait Implementations§
impl Freeze for DeleteInsightResponse
impl RefUnwindSafe for DeleteInsightResponse
impl Send for DeleteInsightResponse
impl Sync for DeleteInsightResponse
impl Unpin for DeleteInsightResponse
impl UnwindSafe for DeleteInsightResponse
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