Docs.rs
  • reflected-0.9.0
    • reflected 0.9.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • VladasZ
    • Dependencies
      • chrono ^0.4 normal
      • rand ^0.8 normal
      • reflected_proc ^0.9.0 normal
      • rust_decimal ^1.34 normal
    • Versions
    • 0% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

reflected0.9.0

ToReflectedString

Required Methods

  • to_reflected_string

Implementations on Foreign Types

  • Option<&str>
  • Option<Decimal>
  • Option<String>
  • Option<usize>
  • f32
  • f64

Implementors

In crate reflected

Trait reflected::ToReflectedString

source ·
pub trait ToReflectedString {
    // Required method
    fn to_reflected_string(&self) -> String;
}

Required Methods§

source

fn to_reflected_string(&self) -> String

Implementations on Foreign Types§

source§

impl ToReflectedString for Option<&str>

source§

fn to_reflected_string(&self) -> String

source§

impl ToReflectedString for Option<usize>

source§

fn to_reflected_string(&self) -> String

source§

impl ToReflectedString for Option<String>

source§

fn to_reflected_string(&self) -> String

source§

impl ToReflectedString for Option<Decimal>

source§

fn to_reflected_string(&self) -> String

source§

impl ToReflectedString for f32

source§

fn to_reflected_string(&self) -> String

source§

impl ToReflectedString for f64

source§

fn to_reflected_string(&self) -> String

Implementors§