Struct crates_io_api::Owners[][src]

pub struct Owners {
    pub users: Vec<User>,
}

Fields

Trait Implementations

impl Debug for Owners
[src]

Formats the value using the given formatter. Read more

impl Clone for Owners
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Owners

impl Sync for Owners