Struct sofa::types::FindResult[][src]

pub struct FindResult {
    pub docs: Option<Vec<Value>>,
    pub warning: Option<String>,
    pub error: Option<String>,
    pub reason: Option<String>,
}

Find result abstraction

Fields

Trait Implementations

impl PartialEq for FindResult
[src]

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

This method tests for !=.

impl Debug for FindResult
[src]

Formats the value using the given formatter. Read more

impl Clone for FindResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FindResult

impl Sync for FindResult