pub struct ResolveGlobalConfigOptions {
pub check_unknown_property_diagnostics: bool,
}
Fields§
§check_unknown_property_diagnostics: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ResolveGlobalConfigOptions
impl Send for ResolveGlobalConfigOptions
impl Sync for ResolveGlobalConfigOptions
impl Unpin for ResolveGlobalConfigOptions
impl UnwindSafe for ResolveGlobalConfigOptions
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