pub struct InfoStmt {
pub table: Option<Spanned<String>>,
}Expand description
INFO FOR ... — describes a catalog level.
Fields§
§table: Option<Spanned<String>>INFO FOR TABLE <name> — the table, when scoped to one.
Trait Implementations§
impl StructuralPartialEq for InfoStmt
Auto Trait Implementations§
impl Freeze for InfoStmt
impl RefUnwindSafe for InfoStmt
impl Send for InfoStmt
impl Sync for InfoStmt
impl Unpin for InfoStmt
impl UnsafeUnpin for InfoStmt
impl UnwindSafe for InfoStmt
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