pub trait ToGValue: Send + Sync {
    // Required method
    fn to_gvalue(&self) -> GValue;
}

Required Methods§

source

fn to_gvalue(&self) -> GValue

Implementations on Foreign Types§

source§

impl ToGValue for Vec<GValue>

source§

impl ToGValue for f32

source§

impl ToGValue for f64

source§

impl ToGValue for i32

source§

impl ToGValue for i64

source§

impl ToGValue for DateTime<Utc>

source§

impl ToGValue for Uuid

source§

impl ToGValue for bool

source§

impl ToGValue for &str

source§

impl ToGValue for String

Implementors§