Struct travis::Owner [] [src]

pub struct Owner {
    pub id: usize,
    pub login: String,
}

A Github owner

Fields

Trait Implementations

impl Debug for Owner
[src]

[src]

Formats the value using the given formatter.

impl Clone for Owner
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more