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