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