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