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