Docs.rs
  • tea-dtype-0.3.0
    • tea-dtype 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Teamon9161
    • Dependencies
      • num-traits ^0.2 normal
      • tea-time ^0.3.0 normal optional
    • 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

tea_dtype0.3.0

GetDataType

Required Methods

  • dtype

Implementations on Foreign Types

  • &'a str
  • Option<bool>
  • Option<f32>
  • Option<f64>
  • Option<i32>
  • Option<i64>
  • Option<usize>
  • String
  • Vec<usize>
  • bool
  • f32
  • f64
  • i32
  • i64
  • u64
  • u8
  • usize

Implementors

In crate tea_dtype

Trait tea_dtype::GetDataType

source ·
pub trait GetDataType {
    // Required method
    fn dtype() -> DataType
       where Self: Sized;
}

Required Methods§

source

fn dtype() -> DataType
where Self: Sized,

Implementations on Foreign Types§

source§

impl GetDataType for Option<bool>

source§

fn dtype() -> DataType

source§

impl GetDataType for Option<f32>

source§

fn dtype() -> DataType

source§

impl GetDataType for Option<f64>

source§

fn dtype() -> DataType

source§

impl GetDataType for Option<i32>

source§

fn dtype() -> DataType

source§

impl GetDataType for Option<i64>

source§

fn dtype() -> DataType

source§

impl GetDataType for Option<usize>

source§

fn dtype() -> DataType

source§

impl GetDataType for bool

source§

fn dtype() -> DataType

source§

impl GetDataType for f32

source§

fn dtype() -> DataType

source§

impl GetDataType for f64

source§

fn dtype() -> DataType

source§

impl GetDataType for i32

source§

fn dtype() -> DataType

source§

impl GetDataType for i64

source§

fn dtype() -> DataType

source§

impl GetDataType for u8

source§

fn dtype() -> DataType

source§

impl GetDataType for u64

source§

fn dtype() -> DataType

source§

impl GetDataType for usize

source§

fn dtype() -> DataType

source§

impl GetDataType for String

source§

fn dtype() -> DataType

source§

impl GetDataType for Vec<usize>

source§

fn dtype() -> DataType

source§

impl<'a> GetDataType for &'a str

source§

fn dtype() -> DataType

Implementors§

source§

impl GetDataType for TimeDelta

source§

impl<U: TimeUnitTrait> GetDataType for DateTime<U>