pub struct AgentSessionId(pub Uuid);Expand description
Unique identifier for an agent session.
Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
Source§impl Clone for AgentSessionId
impl Clone for AgentSessionId
Source§fn clone(&self) -> AgentSessionId
fn clone(&self) -> AgentSessionId
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 AgentSessionId
impl Debug for AgentSessionId
Source§impl Default for AgentSessionId
impl Default for AgentSessionId
Source§impl Display for AgentSessionId
impl Display for AgentSessionId
Source§impl Hash for AgentSessionId
impl Hash for AgentSessionId
Source§impl PartialEq for AgentSessionId
impl PartialEq for AgentSessionId
impl Eq for AgentSessionId
impl StructuralPartialEq for AgentSessionId
Auto Trait Implementations§
impl Freeze for AgentSessionId
impl RefUnwindSafe for AgentSessionId
impl Send for AgentSessionId
impl Sync for AgentSessionId
impl Unpin for AgentSessionId
impl UnwindSafe for AgentSessionId
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