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