pub struct OutputAnalyzer {
pub id: String,
pub name: String,
pub version: String,
pub description: String,
pub data_type_list: Option<Option<Vec<String>>>,
pub cortex_ids: Option<Option<Vec<String>>>,
}Fields§
§id: String§name: String§version: String§description: String§data_type_list: Option<Option<Vec<String>>>§cortex_ids: Option<Option<Vec<String>>>Implementations§
Trait Implementations§
Source§impl Clone for OutputAnalyzer
impl Clone for OutputAnalyzer
Source§fn clone(&self) -> OutputAnalyzer
fn clone(&self) -> OutputAnalyzer
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 OutputAnalyzer
impl Debug for OutputAnalyzer
Source§impl Default for OutputAnalyzer
impl Default for OutputAnalyzer
Source§fn default() -> OutputAnalyzer
fn default() -> OutputAnalyzer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputAnalyzer
impl<'de> Deserialize<'de> for OutputAnalyzer
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 OutputAnalyzer
impl PartialEq for OutputAnalyzer
Source§impl Serialize for OutputAnalyzer
impl Serialize for OutputAnalyzer
impl StructuralPartialEq for OutputAnalyzer
Auto Trait Implementations§
impl Freeze for OutputAnalyzer
impl RefUnwindSafe for OutputAnalyzer
impl Send for OutputAnalyzer
impl Sync for OutputAnalyzer
impl Unpin for OutputAnalyzer
impl UnwindSafe for OutputAnalyzer
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