pub struct InitArg(init_arg_t);
Expand description
Initialization argument
Tuple Fields§
§0: init_arg_t
Implementations§
source§impl InitArg
impl InitArg
source§impl InitArg
impl InitArg
sourcepub fn batch_mode(value: bool) -> Result<Self>
pub fn batch_mode(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn deprecation_level<T>(value: T) -> Result<Self>where
T: ToString,
pub fn deprecation_level<T>(value: T) -> Result<Self>where
T: ToString,
Implementation for an argument which takes a string value
source§impl InitArg
impl InitArg
sourcepub fn expire_time<T>(value: T) -> Result<Self>where
T: ToString,
pub fn expire_time<T>(value: T) -> Result<Self>where
T: ToString,
Implementation for an argument which takes a string value
source§impl InitArg
impl InitArg
sourcepub fn fail_on_warnings(value: bool) -> Result<Self>
pub fn fail_on_warnings(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn license_file<T>(value: T) -> Result<Self>where
T: ToString,
pub fn license_file<T>(value: T) -> Result<Self>where
T: ToString,
Implementation for an argument which takes a string value
source§impl InitArg
impl InitArg
sourcepub fn log_enable(value: bool) -> Result<Self>
pub fn log_enable(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn no_settings(value: bool) -> Result<Self>
pub fn no_settings(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn no_windows(value: bool) -> Result<Self>
pub fn no_windows(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn python_verbose(value: bool) -> Result<Self>
pub fn python_verbose(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn script_trace(value: bool) -> Result<Self>
pub fn script_trace(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn allow_license_gui(value: bool) -> Result<Self>
pub fn allow_license_gui(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn alt_settings_dir<T>(value: T) -> Result<Self>where
T: ToString,
pub fn alt_settings_dir<T>(value: T) -> Result<Self>where
T: ToString,
Implementation for an argument which takes a string value
source§impl InitArg
impl InitArg
sourcepub fn application_mode<T>(value: T) -> Result<Self>where
T: ToString,
pub fn application_mode<T>(value: T) -> Result<Self>where
T: ToString,
Implementation for an argument which takes a string value
source§impl InitArg
impl InitArg
sourcepub fn check_ifaces(value: bool) -> Result<Self>
pub fn check_ifaces(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn disable_dstc(value: bool) -> Result<Self>
pub fn disable_dstc(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn disable_istc(value: bool) -> Result<Self>
pub fn disable_istc(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn eclipse_params<T>(value: T) -> Result<Self>where
T: ToString,
pub fn eclipse_params<T>(value: T) -> Result<Self>where
T: ToString,
Implementation for an argument which takes a string value
source§impl InitArg
impl InitArg
sourcepub fn package_list<T>(value: T) -> Result<Self>where
T: ToString,
pub fn package_list<T>(value: T) -> Result<Self>where
T: ToString,
Implementation for an argument which takes a string value
source§impl InitArg
impl InitArg
sourcepub fn py3k_warnings(value: bool) -> Result<Self>
pub fn py3k_warnings(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn sign_module(value: bool) -> Result<Self>
pub fn sign_module(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
source§impl InitArg
impl InitArg
sourcepub fn as_py_module(value: bool) -> Result<Self>
pub fn as_py_module(value: bool) -> Result<Self>
Implementation for an argument which takes a boolean value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitArg
impl RefUnwindSafe for InitArg
impl !Send for InitArg
impl !Sync for InitArg
impl Unpin for InitArg
impl UnwindSafe for InitArg
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)