pub struct ExpressionParser;
Implementations§
Source§impl ExpressionParser
impl ExpressionParser
Sourcepub fn parse(value: &JsonValue) -> Result<Expression, ParseError>
pub fn parse(value: &JsonValue) -> Result<Expression, ParseError>
Parse a JSON value into an Expression
Auto Trait Implementations§
impl Freeze for ExpressionParser
impl RefUnwindSafe for ExpressionParser
impl Send for ExpressionParser
impl Sync for ExpressionParser
impl Unpin for ExpressionParser
impl UnwindSafe for ExpressionParser
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