pub struct AggregatorConfig {
pub graceful_degradation: bool,
pub validate_udt_dependencies: bool,
}Expand description
Configuration for schema aggregator behavior
Fields§
§graceful_degradation: boolWhether to continue loading after encountering errors
validate_udt_dependencies: boolWhether to validate UDT dependencies
Trait Implementations§
Source§impl Clone for AggregatorConfig
impl Clone for AggregatorConfig
Source§fn clone(&self) -> AggregatorConfig
fn clone(&self) -> AggregatorConfig
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 AggregatorConfig
impl Debug for AggregatorConfig
Auto Trait Implementations§
impl Freeze for AggregatorConfig
impl RefUnwindSafe for AggregatorConfig
impl Send for AggregatorConfig
impl Sync for AggregatorConfig
impl Unpin for AggregatorConfig
impl UnsafeUnpin for AggregatorConfig
impl UnwindSafe for AggregatorConfig
Blanket Implementations§
impl<T> Allocation for T
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