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