pub struct JqProgram { /* private fields */ }
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