pub enum KernelEvalOutput {
Output {
value: JsonValue,
},
}Variants§
Trait Implementations§
Source§impl Clone for KernelEvalOutput
impl Clone for KernelEvalOutput
Source§fn clone(&self) -> KernelEvalOutput
fn clone(&self) -> KernelEvalOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KernelEvalOutput
impl Debug for KernelEvalOutput
Source§impl PartialEq for KernelEvalOutput
impl PartialEq for KernelEvalOutput
Source§fn eq(&self, other: &KernelEvalOutput) -> bool
fn eq(&self, other: &KernelEvalOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KernelEvalOutput
impl Serialize for KernelEvalOutput
impl StructuralPartialEq for KernelEvalOutput
Auto Trait Implementations§
impl Freeze for KernelEvalOutput
impl RefUnwindSafe for KernelEvalOutput
impl Send for KernelEvalOutput
impl Sync for KernelEvalOutput
impl Unpin for KernelEvalOutput
impl UnsafeUnpin for KernelEvalOutput
impl UnwindSafe for KernelEvalOutput
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