Struct ruroonga_expr::greater_expr::GreaterExpr [] [src]

pub struct GreaterExpr<'a, S: Any = Unescaped> { /* fields omitted */ }

Methods

impl<'a> GreaterExpr<'a, Unescaped>
[src]

Prepare grn_expr

impl<'a> GreaterExpr<'a, Escaped>
[src]

Build grn_expr for greater search

Trait Implementations

impl<'a, S: Debug + Any> Debug for GreaterExpr<'a, S>
[src]

Formats the value using the given formatter.

impl<'a, S: Clone + Any> Clone for GreaterExpr<'a, S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, S: PartialEq + Any> PartialEq for GreaterExpr<'a, S>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, S: Eq + Any> Eq for GreaterExpr<'a, S>
[src]

impl<'a> Fragmentable for GreaterExpr<'a, Escaped>
[src]

Make groonga expression fragment.

impl<'a, T: Fragmentable> Add<T> for GreaterExpr<'a, Escaped>
[src]

The resulting type after applying the + operator

Make LogicalAndBuilder with add operation.

@overloaded

impl<'a, T: Fragmentable> Sub<T> for GreaterExpr<'a, Escaped>
[src]

The resulting type after applying the - operator

Make LogicalNotBuilder with sub operation.

@overloaded

impl<'a, T: Fragmentable> BitOr<T> for GreaterExpr<'a, Escaped>
[src]

The resulting type after applying the | operator

Make LogicalOrBuilder with bitor operation.

@overloaded

impl<'a, T: Groupable> Rem<T> for GreaterExpr<'a, Escaped>
[src]

The resulting type after applying the % operator

Make GroupBuilder with rem operation.

@overloaded