Docs.rs
  • quickleaf-0.2.7
    • quickleaf 0.2.7
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • codephi
    • Dependencies
      • valu3 ^0.7.2 normal
    • Versions
    • 3.03% of the crate is documented
  • 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

quickleaf0.2.7

PrimitiveType

Implementations on Foreign Types

  • &str
  • BTreeMap<K, V>
  • HashMap<K, V, S>
  • Option<V>
  • String
  • Vec<V>
  • bool
  • f32
  • f64
  • i8
  • i16
  • i32
  • i64
  • i128
  • isize
  • str
  • u8
  • u16
  • u32
  • u64
  • u128
  • usize

Implementors

In quickleaf::prelude

quickleaf::prelude

Trait PrimitiveType

Source
pub trait PrimitiveType { }

Implementations on Foreign Types§

Source§

impl PrimitiveType for &str

Source§

impl PrimitiveType for bool

Source§

impl PrimitiveType for f32

Source§

impl PrimitiveType for f64

Source§

impl PrimitiveType for i8

Source§

impl PrimitiveType for i16

Source§

impl PrimitiveType for i32

Source§

impl PrimitiveType for i64

Source§

impl PrimitiveType for i128

Source§

impl PrimitiveType for isize

Source§

impl PrimitiveType for str

Source§

impl PrimitiveType for u8

Source§

impl PrimitiveType for u16

Source§

impl PrimitiveType for u32

Source§

impl PrimitiveType for u64

Source§

impl PrimitiveType for u128

Source§

impl PrimitiveType for usize

Source§

impl PrimitiveType for String

Source§

impl<K, V> PrimitiveType for BTreeMap<K, V>

Source§

impl<K, V, S> PrimitiveType for HashMap<K, V, S>

Source§

impl<V> PrimitiveType for Option<V>

Source§

impl<V> PrimitiveType for Vec<V>

Implementors§

Source§

impl PrimitiveType for DateTime

Source§

impl PrimitiveType for Object

Source§

impl PrimitiveType for Array

Source§

impl PrimitiveType for Number

Source§

impl PrimitiveType for StringB