pub struct ExecProfile {
pub default_caller_prefix: &'static str,
pub missing_prompt_label: &'static str,
pub binary_name: &'static str,
pub failed_exec_message_prefix: &'static str,
pub invocation: ExecInvocation,
pub warned_invalid_allow_dangerous: &'static AtomicBool,
}Fields§
§default_caller_prefix: &'static str§missing_prompt_label: &'static str§binary_name: &'static str§failed_exec_message_prefix: &'static str§invocation: ExecInvocation§warned_invalid_allow_dangerous: &'static AtomicBoolTrait Implementations§
Source§impl Clone for ExecProfile
impl Clone for ExecProfile
Source§fn clone(&self) -> ExecProfile
fn clone(&self) -> ExecProfile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExecProfile
impl Debug for ExecProfile
impl Copy for ExecProfile
Auto Trait Implementations§
impl Freeze for ExecProfile
impl RefUnwindSafe for ExecProfile
impl Send for ExecProfile
impl Sync for ExecProfile
impl Unpin for ExecProfile
impl UnsafeUnpin for ExecProfile
impl UnwindSafe for ExecProfile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more