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