Struct schema_org_constants::TaxonIri
source · pub struct TaxonIri;Trait Implementations§
source§impl PartialEq<&str> for TaxonIri
impl PartialEq<&str> for TaxonIri
Auto Trait Implementations§
impl Freeze for TaxonIri
impl RefUnwindSafe for TaxonIri
impl Send for TaxonIri
impl Sync for TaxonIri
impl Unpin for TaxonIri
impl UnwindSafe for TaxonIri
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