Enum measureme::stringtable::StringComponent[][src]

pub enum StringComponent<'s> {
    Value(&'s str),
    Ref(StringId),
}
Expand description

A single component of a string. Used for building composite table entries.

Variants

Value(&'s str)

Tuple Fields of Value

0: &'s str

Tuple Fields of Ref

0: StringId

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.