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