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