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