Enum podman_api::opts::UserOpt [−][src]
Expand description
One of the variants accepted by ExecCreateOptsBuilder::user
.
Variants
User(String)
Tuple Fields
0: String
UserGroup(String, String)
Uid(isize)
Tuple Fields
0: isize
UidGid(isize, isize)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UserOpt
impl UnwindSafe for UserOpt
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more