Struct exprtk_rs::StringValue[][src]

pub struct StringValue(_);

Wraps a string value and allows modifying it.

Methods

impl StringValue
[src]

Assigns a new value to the string.

Important traits for &'a [u8]

Returns a copy of the internal string.

Trait Implementations

impl Drop for StringValue
[src]

Executes the destructor for this type. Read more

impl Debug for StringValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for StringValue

impl !Sync for StringValue