pub struct SessionIndexKey {
pub harness: String,
pub session_id: String,
}Expand description
Stable public identity for a session-index change. Persistence paths remain inside the trusted host and are sent only as part of complete descriptors.
Fields§
§harness: StringOwning harness id.
session_id: StringHarness-native durable session id.
Trait Implementations§
Source§impl Clone for SessionIndexKey
impl Clone for SessionIndexKey
Source§fn clone(&self) -> SessionIndexKey
fn clone(&self) -> SessionIndexKey
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 SessionIndexKey
impl Debug for SessionIndexKey
impl Eq for SessionIndexKey
Source§impl Ord for SessionIndexKey
impl Ord for SessionIndexKey
Source§fn cmp(&self, other: &SessionIndexKey) -> Ordering
fn cmp(&self, other: &SessionIndexKey) -> 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 SessionIndexKey
impl PartialEq for SessionIndexKey
Source§impl PartialOrd for SessionIndexKey
impl PartialOrd for SessionIndexKey
Source§impl Serialize for SessionIndexKey
impl Serialize for SessionIndexKey
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SessionIndexKey
Auto Trait Implementations§
impl Freeze for SessionIndexKey
impl RefUnwindSafe for SessionIndexKey
impl Send for SessionIndexKey
impl Sync for SessionIndexKey
impl Unpin for SessionIndexKey
impl UnsafeUnpin for SessionIndexKey
impl UnwindSafe for SessionIndexKey
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.