Struct uniffi_bindgen::bindings::RunScriptOptions
source · pub struct RunScriptOptions {
pub show_compiler_messages: bool,
}
Expand description
Mode for the run_script
function defined for each language
Fields§
§show_compiler_messages: bool
Trait Implementations§
source§impl Clone for RunScriptOptions
impl Clone for RunScriptOptions
source§fn clone(&self) -> RunScriptOptions
fn clone(&self) -> RunScriptOptions
Returns a copy 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 RunScriptOptions
impl Debug for RunScriptOptions
Auto Trait Implementations§
impl RefUnwindSafe for RunScriptOptions
impl Send for RunScriptOptions
impl Sync for RunScriptOptions
impl Unpin for RunScriptOptions
impl UnwindSafe for RunScriptOptions
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