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