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