[][src]Struct agnes::view_stats::MeanFn

pub struct MeanFn { /* fields omitted */ }

Partially-implemented function (implementing Func and FuncDefault) for computing the arithmetic mean of values in a field.

Trait Implementations

impl IsImplemented<MeanFn> for f64[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for f32[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for u64[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for u32[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for usize[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for i64[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for i32[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for isize[src]

type IsImpl = Implemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for bool[src]

type IsImpl = Unimplemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl IsImplemented<MeanFn> for String[src]

type IsImpl = Unimplemented

Marker trait (either Implemented or Unimplemented) specifying the implementation status for this function / data type combination. Read more

impl Func<f64> for MeanFn[src]

type Output = ()

Output of this function.

impl Func<f32> for MeanFn[src]

type Output = ()

Output of this function.

impl Func<u64> for MeanFn[src]

type Output = ()

Output of this function.

impl Func<u32> for MeanFn[src]

type Output = ()

Output of this function.

impl Func<usize> for MeanFn[src]

type Output = ()

Output of this function.

impl Func<i64> for MeanFn[src]

type Output = ()

Output of this function.

impl Func<i32> for MeanFn[src]

type Output = ()

Output of this function.

impl Func<isize> for MeanFn[src]

type Output = ()

Output of this function.

impl FuncDefault for MeanFn[src]

type Output = ()

Output of this function.

impl Default for MeanFn[src]

impl Debug for MeanFn[src]

Auto Trait Implementations

impl Send for MeanFn

impl Sync for MeanFn

Blanket Implementations

impl<T> IntoLabeled for T[src]

impl<T> HasLabels for T[src]

impl<Needle, Haystack> HasLabels for Haystack where
    Haystack: Member<Needle, IsMember = B1>,
    Needle: Label
[src]

impl<Frames, Store> JoinIntoStore for Frames[src]

type Output = Store

The output type after augmenting Store.

impl<Frames> AssocDataIndexCons for Frames[src]

type Output = Nil

Type of associated data index cons-list.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T[src]

type Output = T

Should always be Self