Struct datafusion_sql::parser::DescribeTable
source · [−]pub struct DescribeTable {
pub table_name: String,
}
Expand description
DataFusion extension DDL for DESCRIBE TABLE
Fields
table_name: String
Table name
Trait Implementations
sourceimpl Clone for DescribeTable
impl Clone for DescribeTable
sourcefn clone(&self) -> DescribeTable
fn clone(&self) -> DescribeTable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeTable
impl Debug for DescribeTable
sourceimpl PartialEq<DescribeTable> for DescribeTable
impl PartialEq<DescribeTable> for DescribeTable
sourcefn eq(&self, other: &DescribeTable) -> bool
fn eq(&self, other: &DescribeTable) -> bool
impl Eq for DescribeTable
impl StructuralEq for DescribeTable
impl StructuralPartialEq for DescribeTable
Auto Trait Implementations
impl RefUnwindSafe for DescribeTable
impl Send for DescribeTable
impl Sync for DescribeTable
impl Unpin for DescribeTable
impl UnwindSafe for DescribeTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more