pub struct IncrementalResolution {
pub incremental: Option<bool>,
pub parse_cache: Option<bool>,
pub force_regenerate: bool,
}Fields§
§incremental: Option<bool>§parse_cache: Option<bool>§force_regenerate: boolTrait Implementations§
Source§impl Clone for IncrementalResolution
impl Clone for IncrementalResolution
Source§fn clone(&self) -> IncrementalResolution
fn clone(&self) -> IncrementalResolution
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 IncrementalResolution
impl Debug for IncrementalResolution
Source§impl Default for IncrementalResolution
impl Default for IncrementalResolution
Source§fn default() -> IncrementalResolution
fn default() -> IncrementalResolution
Returns the “default value” for a type. Read more
Source§impl PartialEq for IncrementalResolution
impl PartialEq for IncrementalResolution
impl Copy for IncrementalResolution
impl Eq for IncrementalResolution
impl StructuralPartialEq for IncrementalResolution
Auto Trait Implementations§
impl Freeze for IncrementalResolution
impl RefUnwindSafe for IncrementalResolution
impl Send for IncrementalResolution
impl Sync for IncrementalResolution
impl Unpin for IncrementalResolution
impl UnsafeUnpin for IncrementalResolution
impl UnwindSafe for IncrementalResolution
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