pub struct OutputOptions {
pub emit_equal: bool,
}Expand description
Per-output emission options.
Fields§
§emit_equal: boolEmit a delta when dependencies changed but materialized value is equal.
Trait Implementations§
Source§impl Clone for OutputOptions
impl Clone for OutputOptions
Source§fn clone(&self) -> OutputOptions
fn clone(&self) -> OutputOptions
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 moreimpl Copy for OutputOptions
Source§impl Debug for OutputOptions
impl Debug for OutputOptions
Source§impl Default for OutputOptions
impl Default for OutputOptions
Source§fn default() -> OutputOptions
fn default() -> OutputOptions
Returns the “default value” for a type. Read more
impl Eq for OutputOptions
Source§impl PartialEq for OutputOptions
impl PartialEq for OutputOptions
Source§fn eq(&self, other: &OutputOptions) -> bool
fn eq(&self, other: &OutputOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OutputOptions
Auto Trait Implementations§
impl Freeze for OutputOptions
impl RefUnwindSafe for OutputOptions
impl Send for OutputOptions
impl Sync for OutputOptions
impl Unpin for OutputOptions
impl UnsafeUnpin for OutputOptions
impl UnwindSafe for OutputOptions
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