pub struct NormalizeOptions {
pub schema: Option<String>,
pub include_all_schemas: bool,
}Expand description
Options for schema normalization.
Fields§
§schema: Option<String>Schema to include (default: “public”).
include_all_schemas: boolIf true, include all schemas (bypass schema filtering).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NormalizeOptions
impl RefUnwindSafe for NormalizeOptions
impl Send for NormalizeOptions
impl Sync for NormalizeOptions
impl Unpin for NormalizeOptions
impl UnsafeUnpin for NormalizeOptions
impl UnwindSafe for NormalizeOptions
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