Enum gitlab::types::LineType [] [src]

pub enum LineType {
    New,
    Old,
}

The type of line commented on.

Variants

An added line was commented on.

An deleted line was commented on.

Methods

impl LineType
[src]

String representation of the variant.

Trait Implementations

impl Debug for LineType
[src]

Formats the value using the given formatter.

impl Clone for LineType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LineType
[src]

impl PartialEq for LineType
[src]

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

This method tests for !=.

impl Eq for LineType
[src]

impl Serialize for LineType
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for LineType
[src]

Deserialize this value from the given Serde deserializer. Read more