Struct docker_command::UserAndGroup [−][src]
Expand description
User and (optionally) group.
Fields
user: NameOrId
User or UID.
group: Option<NameOrId>
Group or GID.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UserAndGroup
impl Send for UserAndGroup
impl Sync for UserAndGroup
impl Unpin for UserAndGroup
impl UnwindSafe for UserAndGroup
Blanket Implementations
Mutably borrows from an owned value. Read more