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