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