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