pub struct AgentWrapperKind(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AgentWrapperKind
impl Clone for AgentWrapperKind
Source§fn clone(&self) -> AgentWrapperKind
fn clone(&self) -> AgentWrapperKind
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 AgentWrapperKind
impl Debug for AgentWrapperKind
Source§impl Hash for AgentWrapperKind
impl Hash for AgentWrapperKind
Source§impl Ord for AgentWrapperKind
impl Ord for AgentWrapperKind
Source§fn cmp(&self, other: &AgentWrapperKind) -> Ordering
fn cmp(&self, other: &AgentWrapperKind) -> 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 AgentWrapperKind
impl PartialEq for AgentWrapperKind
Source§fn eq(&self, other: &AgentWrapperKind) -> bool
fn eq(&self, other: &AgentWrapperKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AgentWrapperKind
impl PartialOrd for AgentWrapperKind
impl Eq for AgentWrapperKind
impl StructuralPartialEq for AgentWrapperKind
Auto Trait Implementations§
impl Freeze for AgentWrapperKind
impl RefUnwindSafe for AgentWrapperKind
impl Send for AgentWrapperKind
impl Sync for AgentWrapperKind
impl Unpin for AgentWrapperKind
impl UnsafeUnpin for AgentWrapperKind
impl UnwindSafe for AgentWrapperKind
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