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