pub struct AgentTarget { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AgentTarget
impl Clone for AgentTarget
Source§fn clone(&self) -> AgentTarget
fn clone(&self) -> AgentTarget
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 AgentTarget
impl Debug for AgentTarget
Source§impl Default for AgentTarget
impl Default for AgentTarget
Source§impl From<AgentTarget> for AgentTarget
impl From<AgentTarget> for AgentTarget
Source§fn from(value: AgentTarget) -> Self
fn from(value: AgentTarget) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgentTarget> for AgentTarget
impl TryFrom<AgentTarget> for AgentTarget
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgentTarget) -> Result<Self, ConversionError>
fn try_from(value: AgentTarget) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgentTarget
impl RefUnwindSafe for AgentTarget
impl Send for AgentTarget
impl Sync for AgentTarget
impl Unpin for AgentTarget
impl UnsafeUnpin for AgentTarget
impl UnwindSafe for AgentTarget
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