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