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