Struct metatype::Concrete[][src]

pub struct Concrete;

Meta data for a concrete, sized type

Trait Implementations

impl Copy for Concrete
[src]

impl Clone for Concrete
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Concrete
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Concrete
[src]

impl Debug for Concrete
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Concrete

impl Sync for Concrete