Struct gitql_ast::expression::RegexExpression
source · pub struct RegexExpression {
pub input: Box<dyn Expression>,
pub pattern: Box<dyn Expression>,
}
Fields§
§input: Box<dyn Expression>
§pattern: Box<dyn Expression>
Trait Implementations§
source§impl Expression for RegexExpression
impl Expression for RegexExpression
Auto Trait Implementations§
impl Freeze for RegexExpression
impl !RefUnwindSafe for RegexExpression
impl !Send for RegexExpression
impl !Sync for RegexExpression
impl Unpin for RegexExpression
impl !UnwindSafe for RegexExpression
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