pub struct AgentSessionId(/* private fields */);Implementations§
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 Deref for AgentSessionId
impl Deref for AgentSessionId
Source§impl Display for AgentSessionId
impl Display for AgentSessionId
Source§impl From<u64> for AgentSessionId
impl From<u64> for AgentSessionId
Source§impl Hash for AgentSessionId
impl Hash for AgentSessionId
Source§impl PartialEq for AgentSessionId
impl PartialEq for AgentSessionId
impl Copy 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
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.