pub struct UpdateInsightResponse {}
Trait Implementations§
Source§impl Clone for UpdateInsightResponse
impl Clone for UpdateInsightResponse
Source§fn clone(&self) -> UpdateInsightResponse
fn clone(&self) -> UpdateInsightResponse
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 UpdateInsightResponse
impl Debug for UpdateInsightResponse
Source§impl Default for UpdateInsightResponse
impl Default for UpdateInsightResponse
Source§fn default() -> UpdateInsightResponse
fn default() -> UpdateInsightResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateInsightResponse
impl<'de> Deserialize<'de> for UpdateInsightResponse
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 UpdateInsightResponse
impl PartialEq for UpdateInsightResponse
impl StructuralPartialEq for UpdateInsightResponse
Auto Trait Implementations§
impl Freeze for UpdateInsightResponse
impl RefUnwindSafe for UpdateInsightResponse
impl Send for UpdateInsightResponse
impl Sync for UpdateInsightResponse
impl Unpin for UpdateInsightResponse
impl UnwindSafe for UpdateInsightResponse
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