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