Trait Reflect

Source
pub unsafe trait Reflect {
    const MODEL: &'static Model<'static>;
}

Required Associated Constants§

Source

const MODEL: &'static Model<'static>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Reflect for bool

Source§

const MODEL: &'static Model<'static>

Source§

impl Reflect for str

Source§

const MODEL: &'static Model<'static>

Source§

impl<R: ?Sized + Reflect + 'static> Reflect for &R

Source§

const MODEL: &'static Model<'static>

Implementors§

Source§

impl Reflect for A

Source§

const MODEL: &'static Model<'static>

Source§

impl Reflect for S

Source§

const MODEL: &'static Model<'static>