Enum qstring::QValue[][src]

pub enum QValue {
    Empty,
    Value(String),
}

Variants

Trait Implementations

impl Clone for QValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QValue
[src]

Formats the value using the given formatter. Read more

impl PartialEq for QValue
[src]

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

This method tests for !=.

impl From<String> for QValue
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for QValue

impl Sync for QValue