pub struct EvalOutput(/* private fields */);Expand description
表示 eval 输出项载荷。
Implementations§
Trait Implementations§
Source§impl Clone for EvalOutput
impl Clone for EvalOutput
Source§fn clone(&self) -> EvalOutput
fn clone(&self) -> EvalOutput
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 EvalOutput
impl Debug for EvalOutput
Source§impl Default for EvalOutput
impl Default for EvalOutput
Source§impl<'de> Deserialize<'de> for EvalOutput
impl<'de> Deserialize<'de> for EvalOutput
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 From<EvalOutput> for Value
impl From<EvalOutput> for Value
Source§fn from(value: EvalOutput) -> Self
fn from(value: EvalOutput) -> Self
Converts to this type from the input type.
Source§impl From<Value> for EvalOutput
impl From<Value> for EvalOutput
Auto Trait Implementations§
impl Freeze for EvalOutput
impl RefUnwindSafe for EvalOutput
impl Send for EvalOutput
impl Sync for EvalOutput
impl Unpin for EvalOutput
impl UnsafeUnpin for EvalOutput
impl UnwindSafe for EvalOutput
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