Struct jaq_core::Definitions
source · [−]pub struct Definitions(_);Expand description
Link names and arities to corresponding filters.
For example, if we define a filter def map(f): [.[] | f],
then the definitions will associate map/1 to its definition.
Implementations
sourceimpl Definitions
impl Definitions
sourcepub fn core() -> Self
pub fn core() -> Self
Start out with only core filters, such as length, type, …
Does not import filters from the standard library, such as map.
Auto Trait Implementations
impl RefUnwindSafe for Definitions
impl !Send for Definitions
impl !Sync for Definitions
impl Unpin for Definitions
impl UnwindSafe for Definitions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more