Struct identity::Refl [] [src]

pub struct Refl<A: ?Sized> {
    // some fields omitted
}

Trait Implementations

impl<A: ?Sized> Default for Refl<A>
[src]

fn default() -> Refl<A>

Returns the "default value" for a type. Read more

impl<A: ?Sized> Debug for Refl<A>
[src]

fn fmt(&self, fmtr: &mut Formatter) -> Result

Formats the value using the given formatter.