pub struct ConversationId(/* private fields */);Expand description
Application-visible identifier for a conversation.
SDK callers use this value for correlation and lifecycle observation. It is not a beamr process identifier and does not require callers to manage any supervised runtime process directly.
Implementations§
Trait Implementations§
Source§impl Clone for ConversationId
impl Clone for ConversationId
Source§fn clone(&self) -> ConversationId
fn clone(&self) -> ConversationId
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 ConversationId
impl Debug for ConversationId
impl Eq for ConversationId
Source§impl From<&'static str> for ConversationId
impl From<&'static str> for ConversationId
Source§impl From<String> for ConversationId
impl From<String> for ConversationId
Source§impl Hash for ConversationId
impl Hash for ConversationId
Source§impl PartialEq for ConversationId
impl PartialEq for ConversationId
Source§fn eq(&self, other: &ConversationId) -> bool
fn eq(&self, other: &ConversationId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConversationId
Auto Trait Implementations§
impl Freeze for ConversationId
impl RefUnwindSafe for ConversationId
impl Send for ConversationId
impl Sync for ConversationId
impl Unpin for ConversationId
impl UnsafeUnpin for ConversationId
impl UnwindSafe for ConversationId
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> 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.