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