Struct jenkins_api::user::ShortUser[][src]

pub struct ShortUser {
    pub full_name: String,
    pub absolute_url: String,
    // some fields omitted
}

Short User that is used in list and links from other structs

Fields

Full name of the user

Absolute URL to the user profile

Trait Implementations

impl Debug for ShortUser
[src]

Formats the value using the given formatter. Read more

impl Clone for ShortUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ShortUser

impl Sync for ShortUser