pub struct SsResponseData {
pub contexts: Option<Vec<String>>,
pub intents: Option<Vec<String>>,
pub contexts_with_intent: Option<Vec<SsResponsePaperContext>>,
pub isinfluential: Option<bool>,
pub citing_paper: Option<SsPaper>,
}Fields§
§contexts: Option<Vec<String>>§intents: Option<Vec<String>>§contexts_with_intent: Option<Vec<SsResponsePaperContext>>§isinfluential: Option<bool>§citing_paper: Option<SsPaper>Trait Implementations§
Source§impl Debug for SsResponseData
impl Debug for SsResponseData
Source§impl<'de> Deserialize<'de> for SsResponseData
impl<'de> Deserialize<'de> for SsResponseData
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
Auto Trait Implementations§
impl Freeze for SsResponseData
impl RefUnwindSafe for SsResponseData
impl Send for SsResponseData
impl Sync for SsResponseData
impl Unpin for SsResponseData
impl UnwindSafe for SsResponseData
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