Trait Identifier

Source
pub trait Identifier:
    Copy
    + Eq
    + Ord
    + ToString { }

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 Identifier for i8

Source§

impl Identifier for i16

Source§

impl Identifier for i32

Source§

impl Identifier for i64

Source§

impl Identifier for i128

Source§

impl Identifier for isize

Source§

impl Identifier for u8

Source§

impl Identifier for u16

Source§

impl Identifier for u32

Source§

impl Identifier for u64

Source§

impl Identifier for u128

Source§

impl Identifier for usize

Implementors§