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