Skip to main content

NullableAggregateOutput

Trait NullableAggregateOutput 

Source
pub trait NullableAggregateOutput {
    type Output;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl NullableAggregateOutput for DateTime<Utc>

Source§

impl NullableAggregateOutput for NaiveDate

Source§

impl NullableAggregateOutput for NaiveDateTime

Source§

impl NullableAggregateOutput for NaiveTime

Source§

impl NullableAggregateOutput for Option<DateTime<Utc>>

Source§

impl NullableAggregateOutput for Option<NaiveDate>

Source§

impl NullableAggregateOutput for Option<NaiveDateTime>

Source§

impl NullableAggregateOutput for Option<NaiveTime>

Source§

impl NullableAggregateOutput for Option<PgInterval>

Source§

impl NullableAggregateOutput for Option<String>

Source§

impl NullableAggregateOutput for Option<Uuid>

Source§

impl NullableAggregateOutput for Option<f32>

Source§

impl NullableAggregateOutput for Option<f64>

Source§

impl NullableAggregateOutput for Option<i16>

Source§

impl NullableAggregateOutput for Option<i32>

Source§

impl NullableAggregateOutput for Option<i64>

Source§

impl NullableAggregateOutput for String

Source§

impl NullableAggregateOutput for Uuid

Source§

impl NullableAggregateOutput for f32

Source§

impl NullableAggregateOutput for f64

Source§

impl NullableAggregateOutput for i16

Source§

impl NullableAggregateOutput for i32

Source§

impl NullableAggregateOutput for i64

Implementors§