Trait nu_protocol::value::StringExt [−][src]
pub trait StringExt {
fn to_string_untagged_value(&self) -> UntaggedValue;
fn to_string_value(&self, tag: Tag) -> Value;
fn to_string_value_create_tag(&self) -> Value;
fn to_column_path_value(&self, tag: Tag) -> Value;
fn to_column_path_untagged_value(&self, span: Span) -> UntaggedValue;
fn to_pattern_value(&self, tag: Tag) -> Value;
fn to_pattern_untagged_value(&self) -> UntaggedValue;
}Required methods
fn to_string_untagged_value(&self) -> UntaggedValue[src]
fn to_string_value(&self, tag: Tag) -> Value[src]
fn to_string_value_create_tag(&self) -> Value[src]
fn to_column_path_value(&self, tag: Tag) -> Value[src]
fn to_column_path_untagged_value(&self, span: Span) -> UntaggedValue[src]
fn to_pattern_value(&self, tag: Tag) -> Value[src]
fn to_pattern_untagged_value(&self) -> UntaggedValue[src]
Implementations on Foreign Types
impl StringExt for String[src]
impl StringExt for String[src]