pub struct EngineSessionId(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for EngineSessionId
impl Clone for EngineSessionId
Source§fn clone(&self) -> EngineSessionId
fn clone(&self) -> EngineSessionId
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 EngineSessionId
impl Debug for EngineSessionId
Source§impl<'de> Deserialize<'de> for EngineSessionId
impl<'de> Deserialize<'de> for EngineSessionId
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 EngineSessionId
impl Display for EngineSessionId
impl Eq for EngineSessionId
Source§impl Hash for EngineSessionId
impl Hash for EngineSessionId
Source§impl Ord for EngineSessionId
impl Ord for EngineSessionId
Source§fn cmp(&self, other: &EngineSessionId) -> Ordering
fn cmp(&self, other: &EngineSessionId) -> 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 EngineSessionId
impl PartialEq for EngineSessionId
Source§impl PartialOrd for EngineSessionId
impl PartialOrd for EngineSessionId
Source§impl Serialize for EngineSessionId
impl Serialize for EngineSessionId
impl StructuralPartialEq for EngineSessionId
Auto Trait Implementations§
impl Freeze for EngineSessionId
impl RefUnwindSafe for EngineSessionId
impl Send for EngineSessionId
impl Sync for EngineSessionId
impl Unpin for EngineSessionId
impl UnsafeUnpin for EngineSessionId
impl UnwindSafe for EngineSessionId
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