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