pub enum ExpressionDialect {
Generic,
OxiRuleV1,
}Variants§
Trait Implementations§
Source§impl Clone for ExpressionDialect
impl Clone for ExpressionDialect
Source§fn clone(&self) -> ExpressionDialect
fn clone(&self) -> ExpressionDialect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExpressionDialect
Source§impl Debug for ExpressionDialect
impl Debug for ExpressionDialect
Source§impl Default for ExpressionDialect
impl Default for ExpressionDialect
Source§fn default() -> ExpressionDialect
fn default() -> ExpressionDialect
Returns the “default value” for a type. Read more
impl Eq for ExpressionDialect
Source§impl PartialEq for ExpressionDialect
impl PartialEq for ExpressionDialect
impl StructuralPartialEq for ExpressionDialect
Auto Trait Implementations§
impl Freeze for ExpressionDialect
impl RefUnwindSafe for ExpressionDialect
impl Send for ExpressionDialect
impl Sync for ExpressionDialect
impl Unpin for ExpressionDialect
impl UnsafeUnpin for ExpressionDialect
impl UnwindSafe for ExpressionDialect
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