[][src]Trait peroxide::structure::dataframe::TypedScalar

pub trait TypedScalar<T> {
    pub fn new(s: T) -> Self
    where
        Self: Sized
;
pub fn unwrap(self) -> T; }

Required methods

pub fn new(s: T) -> Self where
    Self: Sized
[src]

pub fn unwrap(self) -> T[src]

Loading content...

Implementors

impl TypedScalar<bool> for Scalar[src]

impl TypedScalar<char> for Scalar[src]

impl TypedScalar<f32> for Scalar[src]

impl TypedScalar<f64> for Scalar[src]

impl TypedScalar<i8> for Scalar[src]

impl TypedScalar<i16> for Scalar[src]

impl TypedScalar<i32> for Scalar[src]

impl TypedScalar<i64> for Scalar[src]

impl TypedScalar<isize> for Scalar[src]

impl TypedScalar<u8> for Scalar[src]

impl TypedScalar<u16> for Scalar[src]

impl TypedScalar<u32> for Scalar[src]

impl TypedScalar<u64> for Scalar[src]

impl TypedScalar<usize> for Scalar[src]

impl TypedScalar<String> for Scalar[src]

Loading content...