pub struct Analysis {
pub dpv_match_code: String,
pub dpv_footnotes: String,
pub dpv_cmra: String,
pub dpv_vacant: String,
pub dpv_no_stat: String,
pub active: String,
pub footnotes: String,
pub lacslink_code: String,
pub lacslink_indicator: String,
pub suitelink_match: bool,
pub ews_match: bool,
pub enhanced_match: String,
}
Fields§
§dpv_match_code: String
§dpv_footnotes: String
§dpv_cmra: String
§dpv_vacant: String
§dpv_no_stat: String
§active: String
§footnotes: String
§lacslink_code: String
§lacslink_indicator: String
§suitelink_match: bool
§ews_match: bool
§enhanced_match: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Analysis
impl<'de> Deserialize<'de> for Analysis
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
impl StructuralPartialEq for Analysis
Auto Trait Implementations§
impl Freeze for Analysis
impl RefUnwindSafe for Analysis
impl Send for Analysis
impl Sync for Analysis
impl Unpin for Analysis
impl UnwindSafe for Analysis
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