pub struct TGetResultSetMetadataReq {
pub operation_handle: TOperationHandle,
}
Fields§
§operation_handle: TOperationHandle
Implementations§
Source§impl TGetResultSetMetadataReq
impl TGetResultSetMetadataReq
pub fn new(operation_handle: TOperationHandle) -> TGetResultSetMetadataReq
Trait Implementations§
Source§impl Clone for TGetResultSetMetadataReq
impl Clone for TGetResultSetMetadataReq
Source§fn clone(&self) -> TGetResultSetMetadataReq
fn clone(&self) -> TGetResultSetMetadataReq
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 TGetResultSetMetadataReq
impl Debug for TGetResultSetMetadataReq
Source§impl Hash for TGetResultSetMetadataReq
impl Hash for TGetResultSetMetadataReq
Source§impl Ord for TGetResultSetMetadataReq
impl Ord for TGetResultSetMetadataReq
Source§fn cmp(&self, other: &TGetResultSetMetadataReq) -> Ordering
fn cmp(&self, other: &TGetResultSetMetadataReq) -> 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 PartialEq for TGetResultSetMetadataReq
impl PartialEq for TGetResultSetMetadataReq
Source§impl PartialOrd for TGetResultSetMetadataReq
impl PartialOrd for TGetResultSetMetadataReq
Source§impl TSerializable for TGetResultSetMetadataReq
impl TSerializable for TGetResultSetMetadataReq
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TGetResultSetMetadataReq>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TGetResultSetMetadataReq
impl StructuralPartialEq for TGetResultSetMetadataReq
Auto Trait Implementations§
impl Freeze for TGetResultSetMetadataReq
impl RefUnwindSafe for TGetResultSetMetadataReq
impl Send for TGetResultSetMetadataReq
impl Sync for TGetResultSetMetadataReq
impl Unpin for TGetResultSetMetadataReq
impl UnwindSafe for TGetResultSetMetadataReq
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