Struct pleaser::RunOptions[][src]

pub struct RunOptions {
Show 20 fields pub name: String, pub original_uid: Uid, pub original_gid: Gid, pub target: String, pub command: String, pub original_command: Vec<String>, pub hostname: String, pub directory: Option<String>, pub groups: HashMap<String, u32>, pub date: NaiveDateTime, pub acl_type: Acltype, pub reason: Option<String>, pub syslog: bool, pub prompt: bool, pub purge_token: bool, pub warm_token: bool, pub new_args: Vec<String>, pub old_umask: Option<Mode>, pub old_envs: Option<HashMap<String, String>>, pub allow_env_list: Option<Vec<String>>,
}

Fields

name: Stringoriginal_uid: Uidoriginal_gid: Gidtarget: Stringcommand: Stringoriginal_command: Vec<String>hostname: Stringdirectory: Option<String>groups: HashMap<String, u32>date: NaiveDateTimeacl_type: Acltypereason: Option<String>syslog: boolprompt: boolpurge_token: boolwarm_token: boolnew_args: Vec<String>old_umask: Option<Mode>old_envs: Option<HashMap<String, String>>allow_env_list: Option<Vec<String>>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.