pub struct RuntimeExpressionLanguage;Expand description
Enumerates all supported runtime expression languages
Implementations§
Source§impl RuntimeExpressionLanguage
impl RuntimeExpressionLanguage
pub const JQ: &'static str = "jq"
pub const JAVASCRIPT: &'static str = "js"
Sourcepub const ALL_VALUES: &'static [&'static str]
pub const ALL_VALUES: &'static [&'static str]
All valid values for this type
Auto Trait Implementations§
impl Freeze for RuntimeExpressionLanguage
impl RefUnwindSafe for RuntimeExpressionLanguage
impl Send for RuntimeExpressionLanguage
impl Sync for RuntimeExpressionLanguage
impl Unpin for RuntimeExpressionLanguage
impl UnsafeUnpin for RuntimeExpressionLanguage
impl UnwindSafe for RuntimeExpressionLanguage
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