pub struct AgentInteractionStatisticPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for AgentInteractionStatisticPropertyIriOrLabel
impl PartialEq<&str> for AgentInteractionStatisticPropertyIriOrLabel
source§impl PartialEq<AgentInteractionStatisticPropertyIriOrLabel> for &str
impl PartialEq<AgentInteractionStatisticPropertyIriOrLabel> for &str
source§fn eq(&self, other: &AgentInteractionStatisticPropertyIriOrLabel) -> bool
fn eq(&self, other: &AgentInteractionStatisticPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for AgentInteractionStatisticPropertyIriOrLabel
impl RefUnwindSafe for AgentInteractionStatisticPropertyIriOrLabel
impl Send for AgentInteractionStatisticPropertyIriOrLabel
impl Sync for AgentInteractionStatisticPropertyIriOrLabel
impl Unpin for AgentInteractionStatisticPropertyIriOrLabel
impl UnwindSafe for AgentInteractionStatisticPropertyIriOrLabel
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