Enum rubic::ast::PathSeparator [] [src]

pub enum PathSeparator {
    Root,
    Dot,
    DoubleColon,
}

Variants

The root part of a path. Should only be used on the very first segment.

Trait Implementations

impl Copy for PathSeparator
[src]

impl Clone for PathSeparator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PathSeparator
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PathSeparator
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for PathSeparator
[src]