pub struct BuilderOptions {
pub max_depth: usize,
pub remove_generated_dir_content_on_create: bool,
pub watcher_delays_millis: u64,
pub builder_warnings: BuilderWarnings,
pub evaluation_context_warnings: EvaluationContextWarnings,
}Fields§
§max_depth: usize§remove_generated_dir_content_on_create: bool§watcher_delays_millis: u64§builder_warnings: BuilderWarnings§evaluation_context_warnings: EvaluationContextWarningsTrait Implementations§
Source§impl Clone for BuilderOptions
impl Clone for BuilderOptions
Source§fn clone(&self) -> BuilderOptions
fn clone(&self) -> BuilderOptions
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 moreAuto Trait Implementations§
impl Freeze for BuilderOptions
impl RefUnwindSafe for BuilderOptions
impl Send for BuilderOptions
impl Sync for BuilderOptions
impl Unpin for BuilderOptions
impl UnwindSafe for BuilderOptions
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