pub struct SessionRef(/* private fields */);Implementations§
Source§impl SessionRef
impl SessionRef
Source§impl SessionRef
impl SessionRef
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for SessionRef
impl Clone for SessionRef
Source§fn clone(&self) -> SessionRef
fn clone(&self) -> SessionRef
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 SessionRef
impl Debug for SessionRef
Source§impl<'de> Deserialize<'de> for SessionRef
impl<'de> Deserialize<'de> for SessionRef
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SessionRef
impl Hash for SessionRef
Source§impl Ord for SessionRef
impl Ord for SessionRef
Source§fn cmp(&self, other: &SessionRef) -> Ordering
fn cmp(&self, other: &SessionRef) -> 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 SessionRef
impl PartialEq for SessionRef
Source§impl PartialOrd for SessionRef
impl PartialOrd for SessionRef
Source§impl Serialize for SessionRef
impl Serialize for SessionRef
impl Eq for SessionRef
impl StructuralPartialEq for SessionRef
Auto Trait Implementations§
impl Freeze for SessionRef
impl RefUnwindSafe for SessionRef
impl Send for SessionRef
impl Sync for SessionRef
impl Unpin for SessionRef
impl UnsafeUnpin for SessionRef
impl UnwindSafe for SessionRef
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