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