pub struct JqProgram { /* private fields */ }
๐Deprecated since 0.3.1: This is the final release of
json-query
. Future releases will be published as jq-rs
.Expand description
A pre-compiled jq program which can be run against different inputs.
Implementationsยง
Auto Trait Implementationsยง
impl Freeze for JqProgram
impl RefUnwindSafe for JqProgram
impl !Send for JqProgram
impl !Sync for JqProgram
impl Unpin for JqProgram
impl UnwindSafe for JqProgram
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