Struct substrait_expr::builder::schema::UserDefinedTypeBuilder
source · pub struct UserDefinedTypeBuilder { /* private fields */ }Expand description
A builder object for creating a particular user defined type
Implementations§
source§impl UserDefinedTypeBuilder
impl UserDefinedTypeBuilder
sourcepub fn with_nullability(&self, nullable: bool) -> Type
pub fn with_nullability(&self, nullable: bool) -> Type
Create an instance of the type with the given nullability
Note, this does not consume the builder and can be called many times.
Auto Trait Implementations§
impl RefUnwindSafe for UserDefinedTypeBuilder
impl Send for UserDefinedTypeBuilder
impl Sync for UserDefinedTypeBuilder
impl Unpin for UserDefinedTypeBuilder
impl UnwindSafe for UserDefinedTypeBuilder
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