pub struct SessionScopeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SessionScopeId
impl Clone for SessionScopeId
Source§fn clone(&self) -> SessionScopeId
fn clone(&self) -> SessionScopeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionScopeId
impl Debug for SessionScopeId
Source§impl<'de> Deserialize<'de> for SessionScopeId
impl<'de> Deserialize<'de> for SessionScopeId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SessionScopeId
impl Display for SessionScopeId
impl Eq for SessionScopeId
Source§impl From<&str> for SessionScopeId
impl From<&str> for SessionScopeId
Source§impl From<String> for SessionScopeId
impl From<String> for SessionScopeId
Source§impl Hash for SessionScopeId
impl Hash for SessionScopeId
Source§impl Ord for SessionScopeId
impl Ord for SessionScopeId
Source§fn cmp(&self, other: &SessionScopeId) -> Ordering
fn cmp(&self, other: &SessionScopeId) -> Ordering
1.21.0 (const: unstable) · 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 SessionScopeId
impl PartialEq for SessionScopeId
Source§fn eq(&self, other: &SessionScopeId) -> bool
fn eq(&self, other: &SessionScopeId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SessionScopeId
impl PartialOrd for SessionScopeId
Source§impl Serialize for SessionScopeId
impl Serialize for SessionScopeId
impl StructuralPartialEq for SessionScopeId
Auto Trait Implementations§
impl Freeze for SessionScopeId
impl RefUnwindSafe for SessionScopeId
impl Send for SessionScopeId
impl Sync for SessionScopeId
impl Unpin for SessionScopeId
impl UnsafeUnpin for SessionScopeId
impl UnwindSafe for SessionScopeId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more