pub struct DescribeStatement {
pub token: Token,
pub target: DescribeTarget,
pub format: DescribeFormat,
}Expand description
DESCRIBE statement - shows table structure or a versioned JSON catalog.
Fields§
§token: Token§target: DescribeTarget§format: DescribeFormatTrait Implementations§
Source§impl Clone for DescribeStatement
impl Clone for DescribeStatement
Source§fn clone(&self) -> DescribeStatement
fn clone(&self) -> DescribeStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DescribeStatement
impl Debug for DescribeStatement
Source§impl Display for DescribeStatement
impl Display for DescribeStatement
Source§impl PartialEq for DescribeStatement
impl PartialEq for DescribeStatement
impl StructuralPartialEq for DescribeStatement
Auto Trait Implementations§
impl Freeze for DescribeStatement
impl RefUnwindSafe for DescribeStatement
impl Send for DescribeStatement
impl Sync for DescribeStatement
impl Unpin for DescribeStatement
impl UnsafeUnpin for DescribeStatement
impl UnwindSafe for DescribeStatement
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