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