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