Struct lsm::NfsAccess [] [src]

pub struct NfsAccess<'a> {
    pub root_list: &'a [&'a str],
    pub rw_list: &'a [&'a str],
    pub ro_list: &'a [&'a str],
    pub anon_uid: Option<i64>,
    pub anon_gid: Option<i64>,
}

Represent NFS access control information.

Fields

List of hosts with root access.

List of hosts with read and write access.

List of hosts with read only access.

UID to map to anonymous

GID to map to anonymous

Trait Implementations

impl<'a> Debug for NfsAccess<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for NfsAccess<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more