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