Struct vmfparser::ast::Property [] [src]

pub struct Property<K> {
    pub key: K,
    pub value: String,
}

Simple key-value pair

Fields

Trait Implementations

impl<K: Clone> Clone for Property<K>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K: Debug> Debug for Property<K>
[src]

Formats the value using the given formatter.

impl<K: Default> Default for Property<K>
[src]

Returns the "default value" for a type. Read more

impl<K: Hash> Hash for Property<K>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<K: Display> Display for Property<K>
[src]

Formats the value using the given formatter. Read more