Struct substrait_expr::helpers::schema::EmptySchema
source · pub struct EmptySchema { /* private fields */ }Expand description
A schema that does not know types or names
This is also the only schema type that does not know how many fields there are.
Trait Implementations§
source§impl Debug for EmptySchema
impl Debug for EmptySchema
source§impl Default for EmptySchema
impl Default for EmptySchema
source§fn default() -> EmptySchema
fn default() -> EmptySchema
Returns the “default value” for a type. Read more
source§impl PartialEq for EmptySchema
impl PartialEq for EmptySchema
source§fn eq(&self, other: &EmptySchema) -> bool
fn eq(&self, other: &EmptySchema) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EmptySchema
Auto Trait Implementations§
impl RefUnwindSafe for EmptySchema
impl Send for EmptySchema
impl Sync for EmptySchema
impl Unpin for EmptySchema
impl UnwindSafe for EmptySchema
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