pub struct LanguageExpressionDef {
pub language: String,
pub source: String,
}Expand description
A language expression/predicate reference resolved by the runtime.
Fields§
§language: String§source: StringTrait Implementations§
Source§impl Clone for LanguageExpressionDef
impl Clone for LanguageExpressionDef
Source§fn clone(&self) -> LanguageExpressionDef
fn clone(&self) -> LanguageExpressionDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LanguageExpressionDef
impl Debug for LanguageExpressionDef
Source§impl PartialEq for LanguageExpressionDef
impl PartialEq for LanguageExpressionDef
impl Eq for LanguageExpressionDef
impl StructuralPartialEq for LanguageExpressionDef
Auto Trait Implementations§
impl Freeze for LanguageExpressionDef
impl RefUnwindSafe for LanguageExpressionDef
impl Send for LanguageExpressionDef
impl Sync for LanguageExpressionDef
impl Unpin for LanguageExpressionDef
impl UnsafeUnpin for LanguageExpressionDef
impl UnwindSafe for LanguageExpressionDef
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