pub struct MergeConfig {
pub include_internal: bool,
pub deduplicate: bool,
}Expand description
Configuration for merging results from multiple sources
Fields§
§include_internal: boolInclude internal provider results
deduplicate: boolDeduplicate results
Trait Implementations§
Source§impl Clone for MergeConfig
impl Clone for MergeConfig
Source§fn clone(&self) -> MergeConfig
fn clone(&self) -> MergeConfig
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 MergeConfig
impl Debug for MergeConfig
Auto Trait Implementations§
impl Freeze for MergeConfig
impl RefUnwindSafe for MergeConfig
impl Send for MergeConfig
impl Sync for MergeConfig
impl Unpin for MergeConfig
impl UnwindSafe for MergeConfig
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