Struct sofa::types::IndexCreated[][src]

pub struct IndexCreated {
    pub result: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub error: Option<String>,
    pub reason: Option<String>,
}

Index created abstraction

Fields

Trait Implementations

impl Eq for IndexCreated
[src]

impl PartialEq for IndexCreated
[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 IndexCreated
[src]

Formats the value using the given formatter. Read more

impl Clone for IndexCreated
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations