Enum docker_command::NameOrId [−][src]
Expand description
Name or numeric ID for a user or group.
Variants
Name(String)
Name or the user or group.
Tuple Fields of Name
0: String
Id(u32)
Numeric ID of the user or group.
Tuple Fields of Id
0: u32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NameOrId
impl UnwindSafe for NameOrId
Blanket Implementations
Mutably borrows from an owned value. Read more