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