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