Struct vertree::Reply [] [src]

pub struct Reply {
    pub path: Option<String>,
    pub version: Option<u64>,
    pub value: Value,
}

The result of running an operation

Fields

Trait Implementations

impl Clone for Reply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Reply
[src]

Formats the value using the given formatter.

impl Eq for Reply
[src]

impl PartialEq for Reply
[src]

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

This method tests for !=.