pub struct AgentInstanceId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for AgentInstanceId
impl Clone for AgentInstanceId
Source§fn clone(&self) -> AgentInstanceId
fn clone(&self) -> AgentInstanceId
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 moreimpl Copy for AgentInstanceId
Source§impl Debug for AgentInstanceId
impl Debug for AgentInstanceId
Source§impl<'de> Deserialize<'de> for AgentInstanceId
impl<'de> Deserialize<'de> for AgentInstanceId
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 AgentInstanceId
impl Display for AgentInstanceId
impl Eq for AgentInstanceId
Source§impl FromStr for AgentInstanceId
impl FromStr for AgentInstanceId
Source§impl Hash for AgentInstanceId
impl Hash for AgentInstanceId
Source§impl Ord for AgentInstanceId
impl Ord for AgentInstanceId
Source§fn cmp(&self, other: &AgentInstanceId) -> Ordering
fn cmp(&self, other: &AgentInstanceId) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AgentInstanceId
impl PartialEq for AgentInstanceId
Source§impl PartialOrd for AgentInstanceId
impl PartialOrd for AgentInstanceId
Source§impl Serialize for AgentInstanceId
impl Serialize for AgentInstanceId
impl StructuralPartialEq for AgentInstanceId
Auto Trait Implementations§
impl Freeze for AgentInstanceId
impl RefUnwindSafe for AgentInstanceId
impl Send for AgentInstanceId
impl Sync for AgentInstanceId
impl Unpin for AgentInstanceId
impl UnsafeUnpin for AgentInstanceId
impl UnwindSafe for AgentInstanceId
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.