Docs.rs
  • nu-protocol-0.44.0
    • nu-protocol 0.44.0
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • github:nushell:publishing
    • sophiajt
    • Dependencies
      • bigdecimal ^0.3.0 normal
      • byte-unit ^4.0.9 normal
      • chrono ^0.4.19 normal
      • chrono-humanize ^0.2.1 normal
      • derive-new ^0.5.8 normal
      • getset ^0.1.1 normal
      • indexmap ^1.6.1 normal
      • log ^0.4.14 normal
      • nu-errors ^0.44.0 normal
      • nu-source ^0.44.0 normal
      • num-bigint ^0.4.3 normal
      • num-integer ^0.1.44 normal
      • num-traits ^0.2.14 normal
      • polars ^0.17.0 normal
      • serde ^1.0 normal
      • serde_bytes ^0.11.5 normal
    • Versions
    • 36.95% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

StringExt

Required Methods

to_column_path_untagged_valueto_column_path_valueto_pattern_untagged_valueto_pattern_valueto_string_untagged_valueto_string_valueto_string_value_create_tag

Implementations on Foreign Types

String

Implementors

In nu_protocol::value

logo
Change settings

Trait nu_protocol::value::StringExt

source · [−]
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

source

fn to_string_untagged_value(&self) -> UntaggedValue

source

fn to_string_value(&self, tag: Tag) -> Value

source

fn to_string_value_create_tag(&self) -> Value

source

fn to_column_path_value(&self, tag: Tag) -> Value

source

fn to_column_path_untagged_value(&self, span: Span) -> UntaggedValue

source

fn to_pattern_value(&self, tag: Tag) -> Value

source

fn to_pattern_untagged_value(&self) -> UntaggedValue

Implementations on Foreign Types

source

impl StringExt for String

source

fn to_string_value(&self, the_tag: Tag) -> Value

source

fn to_string_value_create_tag(&self) -> Value

source

fn to_string_untagged_value(&self) -> UntaggedValue

source

fn to_column_path_value(&self, the_tag: Tag) -> Value

source

fn to_column_path_untagged_value(&self, span: Span) -> UntaggedValue

source

fn to_pattern_value(&self, the_tag: Tag) -> Value

source

fn to_pattern_untagged_value(&self) -> UntaggedValue

Implementors