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