Struct substrait_expr::builder::BuilderParams
source · pub struct BuilderParams {
pub allow_late_name_lookup: bool,
pub allow_loose_types: bool,
pub allow_unknown_types: bool,
}Fields§
§allow_late_name_lookup: bool§allow_loose_types: bool§allow_unknown_types: boolImplementations§
source§impl BuilderParams
impl BuilderParams
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BuilderParams
impl Send for BuilderParams
impl Sync for BuilderParams
impl Unpin for BuilderParams
impl UnwindSafe for BuilderParams
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