pub struct GenerateOptions {
pub incremental: Option<bool>,
pub parse_cache: Option<bool>,
pub force_regenerate: bool,
pub workspace_manifest_path: Option<PathBuf>,
}Fields§
§incremental: Option<bool>§parse_cache: Option<bool>§force_regenerate: bool§workspace_manifest_path: Option<PathBuf>Trait Implementations§
Source§impl Clone for GenerateOptions
impl Clone for GenerateOptions
Source§fn clone(&self) -> GenerateOptions
fn clone(&self) -> GenerateOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GenerateOptions
impl Debug for GenerateOptions
Source§impl Default for GenerateOptions
impl Default for GenerateOptions
Source§fn default() -> GenerateOptions
fn default() -> GenerateOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for GenerateOptions
impl PartialEq for GenerateOptions
Source§fn eq(&self, other: &GenerateOptions) -> bool
fn eq(&self, other: &GenerateOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GenerateOptions
impl StructuralPartialEq for GenerateOptions
Auto Trait Implementations§
impl Freeze for GenerateOptions
impl RefUnwindSafe for GenerateOptions
impl Send for GenerateOptions
impl Sync for GenerateOptions
impl Unpin for GenerateOptions
impl UnsafeUnpin for GenerateOptions
impl UnwindSafe for GenerateOptions
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