Enum indexing::NonEmpty [] [src]

pub enum NonEmpty {}

Length marker for range known to not be empty.

Trait Implementations

impl Debug for NonEmpty
[src]

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

Formats the value using the given formatter.

impl Clone for NonEmpty
[src]

fn clone(&self) -> NonEmpty

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for NonEmpty
[src]