Struct inapi::FileOwner [] [src]

pub struct FileOwner {
    pub user_name: String,
    pub user_uid: u64,
    pub group_name: String,
    pub group_gid: u64,
}

Owner's user and group for a file.

Fields

User name

User UID

Group name

Group GID

Trait Implementations

impl Debug for FileOwner
[src]

[src]

Formats the value using the given formatter.