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