Struct nreplops_tool::nrepl::Response
source · [−]pub struct Response {
pub session: String,
pub id: Option<String>,
pub status: Option<Vec<String>>,
pub new_session: Option<String>,
pub value: Option<String>,
pub ex: Option<String>,
pub root_ex: Option<String>,
pub out: Option<String>,
pub err: Option<String>,
}Fields
session: Stringid: Option<String>status: Option<Vec<String>>new_session: Option<String>value: Option<String>ex: Option<String>root_ex: Option<String>out: Option<String>err: Option<String>Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Response
impl<'de> Deserialize<'de> for Response
sourcefn 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 RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more