Struct arthas::Query [] [src]

pub struct Query<'a, T> { /* fields omitted */ }

Query.

Methods

impl<'a, T: Structure> Query<'a, T>
[src]

Create new query.

Query with id.

Limit like sql.

Offset like sql.

Set field for later comparision.

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

This method tests for !=.

This method tests greater than (for self and other) and is used by the > operator.

This method tests less than (for self and other) and is used by the < operator.

This method tests greater than or equal to (for self and other) and is used by the >= operator.

This method tests less than or equal to (for self and other) and is used by the <= operator.

Query the field's length.

Query order desc field.

Query order asc field.

Insert an item.

Remove item.

Update items.

Replace an item.

Find items.

Find only one item.

Count items.

Trait Implementations

impl<'a, T: Default> Default for Query<'a, T>
[src]

Returns the "default value" for a type. Read more

impl<'a, T: Structure> Debug for Query<'a, T>
[src]

Formats the value using the given formatter.