pub struct SessionHandle(/* private fields */);
Trait Implementations§
Source§impl Clone for SessionHandle
impl Clone for SessionHandle
Source§fn clone(&self) -> SessionHandle
fn clone(&self) -> SessionHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SessionHandle
impl Debug for SessionHandle
Source§impl Hash for SessionHandle
impl Hash for SessionHandle
Source§impl Ord for SessionHandle
impl Ord for SessionHandle
Source§fn cmp(&self, other: &SessionHandle) -> Ordering
fn cmp(&self, other: &SessionHandle) -> 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 SessionHandle
impl PartialEq for SessionHandle
Source§impl PartialOrd for SessionHandle
impl PartialOrd for SessionHandle
impl Copy for SessionHandle
impl Eq for SessionHandle
impl StructuralPartialEq for SessionHandle
Auto Trait Implementations§
impl Freeze for SessionHandle
impl RefUnwindSafe for SessionHandle
impl Send for SessionHandle
impl Sync for SessionHandle
impl Unpin for SessionHandle
impl UnwindSafe for SessionHandle
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