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