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