Enum reproto_semck::Component [] [src]

pub enum Component {
    Minor,
    Patch,
}

Variants

Methods

impl Component
[src]

[src]

Describe the component that was violated.

Trait Implementations

impl Debug for Component
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Component
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Component

impl Sync for Component