pub struct ListTablesResult {
pub table_names: Vec<String>,
pub last_table_index: i32,
}
Expand description
Struct representing the result of a ListTablesRequest
operation.
Fields§
§table_names: Vec<String>
§last_table_index: i32
Trait Implementations§
Source§impl Debug for ListTablesResult
impl Debug for ListTablesResult
Source§impl Default for ListTablesResult
impl Default for ListTablesResult
Source§fn default() -> ListTablesResult
fn default() -> ListTablesResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListTablesResult
impl RefUnwindSafe for ListTablesResult
impl Send for ListTablesResult
impl Sync for ListTablesResult
impl Unpin for ListTablesResult
impl UnwindSafe for ListTablesResult
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