pub struct TGetResultSetMetadataResp {
pub status: TStatus,
pub schema: Option<TTableSchema>,
}
Fields§
§status: TStatus
§schema: Option<TTableSchema>
Implementations§
Source§impl TGetResultSetMetadataResp
impl TGetResultSetMetadataResp
pub fn new<F2>(status: TStatus, schema: F2) -> TGetResultSetMetadataResp
Trait Implementations§
Source§impl Clone for TGetResultSetMetadataResp
impl Clone for TGetResultSetMetadataResp
Source§fn clone(&self) -> TGetResultSetMetadataResp
fn clone(&self) -> TGetResultSetMetadataResp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TGetResultSetMetadataResp
impl Debug for TGetResultSetMetadataResp
Source§impl Hash for TGetResultSetMetadataResp
impl Hash for TGetResultSetMetadataResp
Source§impl Ord for TGetResultSetMetadataResp
impl Ord for TGetResultSetMetadataResp
Source§fn cmp(&self, other: &TGetResultSetMetadataResp) -> Ordering
fn cmp(&self, other: &TGetResultSetMetadataResp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TGetResultSetMetadataResp
impl PartialOrd for TGetResultSetMetadataResp
Source§impl TSerializable for TGetResultSetMetadataResp
impl TSerializable for TGetResultSetMetadataResp
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TGetResultSetMetadataResp>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TGetResultSetMetadataResp
impl StructuralPartialEq for TGetResultSetMetadataResp
Auto Trait Implementations§
impl Freeze for TGetResultSetMetadataResp
impl RefUnwindSafe for TGetResultSetMetadataResp
impl Send for TGetResultSetMetadataResp
impl Sync for TGetResultSetMetadataResp
impl Unpin for TGetResultSetMetadataResp
impl UnwindSafe for TGetResultSetMetadataResp
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