pub struct TableQueryResult {
pub table_name: String,
pub user_defined_type_schema: Option<String>,
pub user_defined_type_name: Option<String>,
}
Available on crate features
postgres
and query
only.Fields§
§table_name: String
§user_defined_type_schema: Option<String>
§user_defined_type_name: Option<String>
Implementations§
Trait Implementations§
Source§impl Debug for TableQueryResult
impl Debug for TableQueryResult
Source§impl Default for TableQueryResult
impl Default for TableQueryResult
Source§fn default() -> TableQueryResult
fn default() -> TableQueryResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TableQueryResult
impl RefUnwindSafe for TableQueryResult
impl Send for TableQueryResult
impl Sync for TableQueryResult
impl Unpin for TableQueryResult
impl UnwindSafe for TableQueryResult
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