Struct gitql_ast::statement::DescribeStatement
source · pub struct DescribeStatement {
pub table_name: String,
}
Fields§
§table_name: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DescribeStatement
impl Send for DescribeStatement
impl Sync for DescribeStatement
impl Unpin 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