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