Struct TableQueryResult
pub struct TableQueryResult {
pub table_name: String,
}Fields§
§table_name: StringImplementations§
§impl TableQueryResult
impl TableQueryResult
Trait Implementations§
§impl Debug for TableQueryResult
impl Debug for TableQueryResult
§impl Default for TableQueryResult
impl Default for TableQueryResult
§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