Struct lamcal::Enumerate[][src]

pub struct Enumerate;

Implementation of AlphaRename that appends an increasing number to the name.

If the given name ends with a number this number is replaced by the number increased by one. If the last character is a letter the digit 1 is appended.

Trait Implementations

impl Default for Enumerate
[src]

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

impl Debug for Enumerate
[src]

Formats the value using the given formatter. Read more

impl Clone for Enumerate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enumerate
[src]

impl PartialEq for Enumerate
[src]

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

This method tests for !=.

impl AlphaRename for Enumerate
[src]

Renames the given variable name according the implemented strategy.

Auto Trait Implementations

impl Send for Enumerate

impl Sync for Enumerate