Struct lamcal::Prime[][src]

pub struct Prime;

Implementation of AlphaRename that appends a tick symbol ' at the end of a variable name.

If the given name already ends with a tick symbol another tick symbol is appended.

Trait Implementations

impl Default for Prime
[src]

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

impl Debug for Prime
[src]

Formats the value using the given formatter. Read more

impl Clone for Prime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Prime
[src]

impl PartialEq for Prime
[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 Prime
[src]

Renames the given variable name according the implemented strategy.

Auto Trait Implementations

impl Send for Prime

impl Sync for Prime