pub struct ExecuteAnomalyLocalizationResponse {
pub result: Option<Result>,
pub name: Option<String>,
}Fields§
§result: Option<Result>§name: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ExecuteAnomalyLocalizationResponse
impl Clone for ExecuteAnomalyLocalizationResponse
Source§fn clone(&self) -> ExecuteAnomalyLocalizationResponse
fn clone(&self) -> ExecuteAnomalyLocalizationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExecuteAnomalyLocalizationResponse
impl Default for ExecuteAnomalyLocalizationResponse
Source§fn default() -> ExecuteAnomalyLocalizationResponse
fn default() -> ExecuteAnomalyLocalizationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExecuteAnomalyLocalizationResponse
impl<'de> Deserialize<'de> for ExecuteAnomalyLocalizationResponse
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 ExecuteAnomalyLocalizationResponse
impl PartialEq for ExecuteAnomalyLocalizationResponse
Source§fn eq(&self, other: &ExecuteAnomalyLocalizationResponse) -> bool
fn eq(&self, other: &ExecuteAnomalyLocalizationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecuteAnomalyLocalizationResponse
Auto Trait Implementations§
impl Freeze for ExecuteAnomalyLocalizationResponse
impl RefUnwindSafe for ExecuteAnomalyLocalizationResponse
impl Send for ExecuteAnomalyLocalizationResponse
impl Sync for ExecuteAnomalyLocalizationResponse
impl Unpin for ExecuteAnomalyLocalizationResponse
impl UnsafeUnpin for ExecuteAnomalyLocalizationResponse
impl UnwindSafe for ExecuteAnomalyLocalizationResponse
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