pub struct NodeEvalResponse {
pub eval_id: Option<String>,
}
Fields§
§eval_id: Option<String>
Implementations§
Source§impl NodeEvalResponse
impl NodeEvalResponse
pub fn new() -> NodeEvalResponse
Trait Implementations§
Source§impl Clone for NodeEvalResponse
impl Clone for NodeEvalResponse
Source§fn clone(&self) -> NodeEvalResponse
fn clone(&self) -> NodeEvalResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NodeEvalResponse
impl Debug for NodeEvalResponse
Source§impl<'de> Deserialize<'de> for NodeEvalResponse
impl<'de> Deserialize<'de> for NodeEvalResponse
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 NodeEvalResponse
impl PartialEq for NodeEvalResponse
Source§impl Serialize for NodeEvalResponse
impl Serialize for NodeEvalResponse
impl StructuralPartialEq for NodeEvalResponse
Auto Trait Implementations§
impl Freeze for NodeEvalResponse
impl RefUnwindSafe for NodeEvalResponse
impl Send for NodeEvalResponse
impl Sync for NodeEvalResponse
impl Unpin for NodeEvalResponse
impl UnwindSafe for NodeEvalResponse
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