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