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