Struct ruroonga_client::Rows [] [src]

pub struct Rows {
    // some fields omitted
}

Methods

impl Rows
[src]

A result rows representing type. This type is usually generated by ResultParser#into_raw().

fn new(data: Option<Vec<JFObject>>) -> Rows

fn columns(&mut self) -> Option<Vec<JFObject>>

Get columns in Rows.

Trait Implementations

impl Clone for Rows
[src]

fn clone(&self) -> Rows

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more