Enum syn::RangeLimits [] [src]

pub enum RangeLimits {
    HalfOpen(Dot2),
    Closed(DotDotEq),
}

Limit types of a range, inclusive or exclusive.

This type is available if Syn is built with the "full" feature.

Variants

Inclusive at the beginning, exclusive at the end.

Inclusive at the beginning and end.

Trait Implementations

impl Synom for RangeLimits
[src]

[src]

[src]

impl Copy for RangeLimits
[src]

impl Clone for RangeLimits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more