Struct discrimination::discriminator::Trivial [] [src]

pub struct Trivial;

Methods

impl Trivial
[src]

Trait Implementations

impl Debug for Trivial
[src]

Formats the value using the given formatter.

impl Copy for Trivial
[src]

impl Clone for Trivial
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Trivial
[src]

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

impl<'a, K: 'a> Discriminator<'a, K> for Trivial
[src]